mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-23 03:33:35 +00:00
6 lines
170 B
Python
6 lines
170 B
Python
"""Package for supporting tapo-branded and newer kasa devices."""
|
|
from .tapodevice import TapoDevice
|
|
from .tapoplug import TapoPlug
|
|
|
|
__all__ = ["TapoDevice", "TapoPlug"]
|