From daae22ea0eb58d1eb75ff0a10cbb843f1380a8e3 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Sun, 28 Apr 2024 12:55:45 +0400 Subject: [PATCH] Split frontend and backend --- genius.py => backend/genius.py | 0 id3pp.py => backend/id3pp.py | 0 pyproject.toml => backend/pyproject.toml | 0 requirements.txt => backend/requirements.txt | 0 test_genius.py => backend/test_genius.py | 0 frontend/index.html | 1 + 6 files changed, 1 insertion(+) rename genius.py => backend/genius.py (100%) rename id3pp.py => backend/id3pp.py (100%) rename pyproject.toml => backend/pyproject.toml (100%) rename requirements.txt => backend/requirements.txt (100%) rename test_genius.py => backend/test_genius.py (100%) create mode 100644 frontend/index.html diff --git a/genius.py b/backend/genius.py similarity index 100% rename from genius.py rename to backend/genius.py diff --git a/id3pp.py b/backend/id3pp.py similarity index 100% rename from id3pp.py rename to backend/id3pp.py diff --git a/pyproject.toml b/backend/pyproject.toml similarity index 100% rename from pyproject.toml rename to backend/pyproject.toml diff --git a/requirements.txt b/backend/requirements.txt similarity index 100% rename from requirements.txt rename to backend/requirements.txt diff --git a/test_genius.py b/backend/test_genius.py similarity index 100% rename from test_genius.py rename to backend/test_genius.py diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 0000000..7f153c0 --- /dev/null +++ b/frontend/index.html @@ -0,0 +1 @@ +