python-kasa/kasa/smartcamera/__init__.py

6 lines
116 B
Python
Raw Normal View History

"""Package for supporting tapo-branded cameras."""
from .smartcamera import SmartCamera
__all__ = ["SmartCamera"]