]> git.datanom.net - flask-test.git/blob - run.py
basic setup
[flask-test.git] / run.py
1 #!flask/bin/python
2 from app import app
3 app.run(debug=True)
This page took 0.055049 seconds and 6 git commands to generate.