mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-13 19:08:02 +00:00
Rename smartcamera to smartcam (#1300)
This commit is contained in:
19
kasa/smartcam/modules/__init__.py
Normal file
19
kasa/smartcam/modules/__init__.py
Normal file
@@ -0,0 +1,19 @@
|
||||
"""Modules for SMARTCAM devices."""
|
||||
|
||||
from .alarm import Alarm
|
||||
from .camera import Camera
|
||||
from .childdevice import ChildDevice
|
||||
from .device import DeviceModule
|
||||
from .led import Led
|
||||
from .pantilt import PanTilt
|
||||
from .time import Time
|
||||
|
||||
__all__ = [
|
||||
"Alarm",
|
||||
"Camera",
|
||||
"ChildDevice",
|
||||
"DeviceModule",
|
||||
"Led",
|
||||
"PanTilt",
|
||||
"Time",
|
||||
]
|
Reference in New Issue
Block a user