frontend and backends now submoudles

This commit is contained in:
2019-03-06 16:41:56 +01:00
commit 0cdc4df99e
10 changed files with 379 additions and 0 deletions

7
run.py Normal file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from backend import app
app.run(debug=True)