From 0ace6ebb5b138cdd68b611cb57bc3a2e1c202f36 Mon Sep 17 00:00:00 2001 From: Selcuk Sari Date: Mon, 27 Jun 2022 12:11:32 +0300 Subject: [PATCH] moved project files to python folder --- Rev1/{ => python}/Platforms/ESP32/esp32.ini | 0 Rev1/{ => python}/Platforms/STM32/stm32.ini | 0 Rev1/{ => python}/app.py | 0 Rev1/{ => python}/main.py | 0 Rev1/{ => python}/requirements.txt | 0 Rev1/{ => python}/static/css/main.css | 0 Rev1/{ => python}/templates/base.html | 0 Rev1/{ => python}/templates/dependent.html | 0 Rev1/{ => python}/templates/index.html | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename Rev1/{ => python}/Platforms/ESP32/esp32.ini (100%) rename Rev1/{ => python}/Platforms/STM32/stm32.ini (100%) rename Rev1/{ => python}/app.py (100%) rename Rev1/{ => python}/main.py (100%) rename Rev1/{ => python}/requirements.txt (100%) rename Rev1/{ => python}/static/css/main.css (100%) rename Rev1/{ => python}/templates/base.html (100%) rename Rev1/{ => python}/templates/dependent.html (100%) rename Rev1/{ => python}/templates/index.html (100%) 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