python-kasa/kasa/smart/__init__.py
2024-04-29 18:19:44 +01:00

7 lines
198 B
Python

"""Package for supporting tapo-branded and newer kasa devices."""
from .smartchilddevice import SmartChildDevice
from .smartdevice import SmartDevice
__all__ = ["SmartDevice", "SmartChildDevice"]