From 7892ec7eadf480ebfe4c542b0b9aacec808e538c Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Mon, 3 Aug 2020 21:37:16 +0200 Subject: [PATCH] hue-controller.py start --- hue-controller.py | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + + +