mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-01-10 14:57:07 +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"]
|