Initial commit

This commit is contained in:
rubenwardy
2018-03-18 17:43:30 +00:00
commit 366a2302d0
14 changed files with 796 additions and 0 deletions

3
rundebug.py Normal file
View File

@@ -0,0 +1,3 @@
from app import app
app.run(host='0.0.0.0', port=5000, debug=True)