aboutsummaryrefslogtreecommitdiff
path: root/include/py/homekit/soundsensor/__init__.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'include/py/homekit/soundsensor/__init__.pyi')
-rw-r--r--include/py/homekit/soundsensor/__init__.pyi8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/py/homekit/soundsensor/__init__.pyi b/include/py/homekit/soundsensor/__init__.pyi
new file mode 100644
index 0000000..cb34972
--- /dev/null
+++ b/include/py/homekit/soundsensor/__init__.pyi
@@ -0,0 +1,8 @@
+from .server import (
+ SoundSensorHitHandler as SoundSensorHitHandler,
+ SoundSensorServer as SoundSensorServer,
+)
+from .server_client import (
+ SoundSensorServerGuardClient as SoundSensorServerGuardClient
+)
+from .node import SoundSensorNode as SoundSensorNode