python-kasa/kasa/smart/__init__.py

7 lines
198 B
Python
Raw Normal View History

"""Package for supporting tapo-branded and newer kasa devices."""
from .smartchilddevice import SmartChildDevice
from .smartdevice import SmartDevice
2024-04-29 17:19:44 +00:00
__all__ = ["SmartDevice", "SmartChildDevice"]