mqtt/__init__.py
author Edouard Tisserant <edouard@beremiz.fr>
Thu, 16 Jan 2025 14:52:49 +0100 (2 months ago)
changeset 4096 d459b9179ec3
parent 4081 86fbb3991af6
permissions -rw-r--r--
IDE: Better xmlclass behavior with simple XML element having no attibutes (simple TAGs).

xsd:choice can sometime lead to such situation when there is no additional data associated to a particular choice.
# mqtt/__init__.py

from __future__ import absolute_import

from .client import MQTTClient
from .library import MQTTLibrary