added run.sh and changes to submodules

This commit is contained in:
Tobias Kurze
2019-03-12 16:48:27 +01:00
parent a24c641ce3
commit 263bc1a860
5 changed files with 6 additions and 4 deletions

1
run.py Normal file → Executable file
View File

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