diff --git a/.gitignore b/.gitignore index 7f8b085..c17d4fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -config.py -lib/__pycache__/ -__pycache__/ +hue_remote/config.py diff --git a/default-config.py b/hue_remote/default-config.py similarity index 100% rename from default-config.py rename to hue_remote/default-config.py diff --git a/hue_controller.py b/hue_remote/hue_controller.py similarity index 100% rename from hue_controller.py rename to hue_remote/hue_controller.py diff --git a/hue_remote.py b/hue_remote/hue_remote.py similarity index 100% rename from hue_remote.py rename to hue_remote/hue_remote.py diff --git a/hue_remote/lib/__pycache__/func.cpython-38.pyc b/hue_remote/lib/__pycache__/func.cpython-38.pyc new file mode 100644 index 0000000..a92cc29 Binary files /dev/null and b/hue_remote/lib/__pycache__/func.cpython-38.pyc differ diff --git a/hue_remote/lib/__pycache__/input.cpython-38.pyc b/hue_remote/lib/__pycache__/input.cpython-38.pyc new file mode 100644 index 0000000..9ff0e84 Binary files /dev/null and b/hue_remote/lib/__pycache__/input.cpython-38.pyc differ diff --git a/lib/func.py b/hue_remote/lib/func.py similarity index 100% rename from lib/func.py rename to hue_remote/lib/func.py diff --git a/presets.py b/hue_remote/presets.py similarity index 100% rename from presets.py rename to hue_remote/presets.py