Refactor template

This commit is contained in:
danamir
2020-11-09 01:48:53 +03:00
parent a7285a4977
commit ca33d8000c
6 changed files with 84 additions and 274 deletions

4
wsgi.py Normal file
View File

@@ -0,0 +1,4 @@
import app
if __name__ == "__main__":
app.run()