diff --git a/hue-controller.py b/hue-controller.py index e69de29..7248506 100755 --- a/hue-controller.py +++ b/hue-controller.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python + +import requests as req # Used for HTTP requests for the Hue API + +from lib.input import * # Commandline parser + + +