python-kasa/kasa/smartcam/__init__.py

7 lines
183 B
Python
Raw Normal View History

2024-11-23 08:07:47 +00:00
"""Package for supporting tapo-branded cameras."""
from .smartcamchild import SmartCamChild
2024-11-23 08:07:47 +00:00
from .smartcamdevice import SmartCamDevice
__all__ = ["SmartCamDevice", "SmartCamChild"]