Rename smartcamera to smartcam (#1300)

This commit is contained in:
Steven B.
2024-11-23 08:07:47 +00:00
committed by GitHub
parent b525d6a35c
commit 2bda54fcb1
34 changed files with 130 additions and 130 deletions

View File

@@ -0,0 +1,5 @@
"""Package for supporting tapo-branded cameras."""
from .smartcamdevice import SmartCamDevice
__all__ = ["SmartCamDevice"]