Initial commit

This commit is contained in:
Khanh Ngo
2015-12-13 16:34:12 +07:00
commit 2dac8205f6
3113 changed files with 514935 additions and 0 deletions

5
run.py Executable file
View File

@@ -0,0 +1,5 @@
#!flask/bin/python
from app import app
if __name__ == '__main__':
app.run(debug = True, port=9191)