__version__ = "1.2" class MQTTException(Exception): def __init__(self, *args, **kwargs): Exception.__init__(self, *args, **kwargs)