master
Raw Download raw file
1#!flask/bin/python
2from app import app
3app.run(host='0.0.0.0', debug = True)