python-kasa/kasa/tapo/__init__.py

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"]