Added backend and moved things

This commit is contained in:
cami 2021-05-07 02:16:54 +02:00
parent fad61c4d93
commit 395b3f1e54
27 changed files with 278 additions and 15 deletions

0
backend/__init__.py Normal file
View file

1
backend/__main__.py Normal file
View file

@ -0,0 +1 @@
from __

6
backend/requirements.txt Normal file
View file

@ -0,0 +1,6 @@
click==7.1.2
Flask==1.1.2
itsdangerous==1.1.0
Jinja2==2.11.3
MarkupSafe==1.1.1
Werkzeug==1.0.1