Initial commit

This commit is contained in:
tomeros
2021-03-24 15:11:34 +02:00
commit 7d68b93238
60 changed files with 1847 additions and 0 deletions

5
app/app.py Normal file
View File

@@ -0,0 +1,5 @@
from app.setup.setup import create_app
CONFIG_FILE = 'settings.py'
app = create_app(config_file=CONFIG_FILE)