mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-23 11:43:34 +00:00
7 lines
198 B
Python
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"]
|