diff --git a/Rev1/Platforms/ESP32/esp32.ini b/Rev1/python/Platforms/ESP32/esp32.ini similarity index 100% rename from Rev1/Platforms/ESP32/esp32.ini rename to Rev1/python/Platforms/ESP32/esp32.ini diff --git a/Rev1/Platforms/STM32/stm32.ini b/Rev1/python/Platforms/STM32/stm32.ini similarity index 100% rename from Rev1/Platforms/STM32/stm32.ini rename to Rev1/python/Platforms/STM32/stm32.ini diff --git a/Rev1/app.py b/Rev1/python/app.py similarity index 100% rename from Rev1/app.py rename to Rev1/python/app.py diff --git a/Rev1/main.py b/Rev1/python/main.py similarity index 100% rename from Rev1/main.py rename to Rev1/python/main.py diff --git a/Rev1/requirements.txt b/Rev1/python/requirements.txt similarity index 100% rename from Rev1/requirements.txt rename to Rev1/python/requirements.txt diff --git a/Rev1/static/css/main.css b/Rev1/python/static/css/main.css similarity index 100% rename from Rev1/static/css/main.css rename to Rev1/python/static/css/main.css diff --git a/Rev1/templates/base.html b/Rev1/python/templates/base.html similarity index 100% rename from Rev1/templates/base.html rename to Rev1/python/templates/base.html diff --git a/Rev1/templates/dependent.html b/Rev1/python/templates/dependent.html similarity index 100% rename from Rev1/templates/dependent.html rename to Rev1/python/templates/dependent.html diff --git a/Rev1/templates/index.html b/Rev1/python/templates/index.html similarity index 100% rename from Rev1/templates/index.html rename to Rev1/python/templates/index.html