summaryrefslogtreecommitdiff
path: root/house.py
blob: a35a33b3ac4da5ee7a48f6dd04a6a0e362f3fb6c (plain)
1
2
3
4
5
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")