mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-01-09 22:37:08 +00:00
6 lines
125 B
Python
6 lines
125 B
Python
|
"""Package for supporting tapo-branded cameras."""
|
||
|
|
||
|
from .smartcamdevice import SmartCamDevice
|
||
|
|
||
|
__all__ = ["SmartCamDevice"]
|