aboutsummaryrefslogtreecommitdiff
path: root/src/home/temphum/__init__.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'src/home/temphum/__init__.pyi')
-rw-r--r--src/home/temphum/__init__.pyi9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/home/temphum/__init__.pyi b/src/home/temphum/__init__.pyi
new file mode 100644
index 0000000..c0370da
--- /dev/null
+++ b/src/home/temphum/__init__.pyi
@@ -0,0 +1,9 @@
+from .base import (
+ SensorType as SensorType,
+ TempHumSensor as TempHumSensor
+)
+from .nodes import TempHumNodes as TempHumNodes
+
+
+def create_sensor(type: SensorType, bus: int) -> TempHumSensor:
+ pass \ No newline at end of file