python-kasa/kasa/smartcam/__init__.py

6 lines
125 B
Python
Raw Normal View History

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