mqtt/__init__.py
author Edouard Tisserant <edouard@beremiz.fr>
Mon, 22 Jul 2024 16:09:12 +0200
changeset 3995 84a668564748
parent 3979 76295adcf940
child 4081 86fbb3991af6
permissions -rw-r--r--
MQTT: take C part away from python code for readability.

C lines change a bit because of unnecessary escaping for '\'.
# mqtt/__init__.py

from __future__ import absolute_import

from .client import MQTTClient