mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Add core device, child and camera modules to smartcamera (#1193)
Co-authored-by: Teemu R. <tpr@iki.fi>
This commit is contained in:
11
kasa/experimental/modules/__init__.py
Normal file
11
kasa/experimental/modules/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""Modules for SMARTCAMERA devices."""
|
||||
|
||||
from .camera import Camera
|
||||
from .childdevice import ChildDevice
|
||||
from .device import DeviceModule
|
||||
|
||||
__all__ = [
|
||||
"Camera",
|
||||
"ChildDevice",
|
||||
"DeviceModule",
|
||||
]
|
Reference in New Issue
Block a user