summaryrefslogtreecommitdiff
path: root/house.py
diff options
context:
space:
mode:
Diffstat (limited to 'house.py')
-rwxr-xr-xhouse.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/house.py b/house.py
new file mode 100755
index 0000000..a35a33b
--- /dev/null
+++ b/house.py
@@ -0,0 +1,6 @@
+#! /usr/bin/env nix-shell
+#! nix-shell -i python3 -p "python36.withPackages(ps: [ps.python3-phue-1.1])"
+
+from phue import Bridge
+
+print("ok")