Restructure

This commit is contained in:
2022-07-04 21:37:32 +02:00
parent b45b288567
commit 3065127a3c
12 changed files with 323 additions and 243 deletions

View File

@@ -1,4 +1,8 @@
#!/usr/bin/env bash
source ./venv/bin/activate
export FLASK_APP=packager
export FLASK_ENV=development
python3 -m flask run --reload