mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-23 11:43:34 +00:00
6213b90f62
Co-authored-by: Teemu R. <tpr@iki.fi>
6 lines
116 B
Python
6 lines
116 B
Python
"""Package for supporting tapo-branded cameras."""
|
|
|
|
from .smartcamera import SmartCamera
|
|
|
|
__all__ = ["SmartCamera"]
|