mirror of
https://github.com/no2chem/wideq.git
synced 2025-05-18 08:10:17 -07:00
8 lines
167 B
Python
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'
|