mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-06 17:51:36 +00:00
6 lines
144 B
Python
6 lines
144 B
Python
__version__ = "1.2"
|
|
|
|
class MQTTException(Exception):
|
|
def __init__(self, *args, **kwargs):
|
|
Exception.__init__(self, *args, **kwargs)
|