mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
6 lines
125 B
Python
6 lines
125 B
Python
"""Package for supporting tapo-branded cameras."""
|
|
|
|
from .smartcamdevice import SmartCamDevice
|
|
|
|
__all__ = ["SmartCamDevice"]
|