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