import sys if sys.implementation.name == 'micropython': from .esp import MQTTClient else: from .paho_mqtt import MQTTClient __all__ = [MQTTClient]