Code cleanup, adapting modules for new web-ui

This commit is contained in:
Ace
2020-11-10 22:48:04 +01:00
parent 035ce65f06
commit b1c06b3add
26 changed files with 426 additions and 570 deletions

6
server/server.py Normal file
View File

@@ -0,0 +1,6 @@
from app import app
if __name__ == '__main__':
app.run(debug=True, host='0.0.0.0')
# pip3 install flask flask-wtf