Make a squash

This commit is contained in:
Timotej Lazar 2022-01-03 11:33:02 +01:00
commit 113992f95b
21 changed files with 3339 additions and 0 deletions

3
wsgi.py Normal file
View file

@ -0,0 +1,3 @@
from web import create_app
app = create_app()