]> git.datanom.net - flask-test.git/blob - wsgi.py
final
[flask-test.git] / wsgi.py
1 from app import app
2
3 if __name__ == "__main__":
4 app.run()
This page took 0.063111 seconds and 6 git commands to generate.