1
0
mirror of https://github.com/no2chem/wideq.git synced 2025-05-18 08:10:17 -07:00
wideq/wideq/__init__.py
2019-07-23 19:24:10 +01:00

8 lines
167 B
Python

"""Reverse-engineered client for the LG SmartThinQ API.
"""
from .core import * # noqa
from .client import * # noqa
from .ac import * # noqa
__version__ = '1.1.0'