megaproject/run.py
Justin Lewis Salmon 5f78d35ab1 Initial commit
2013-05-20 12:01:01 +01:00

4 lines
67 B
Python
Executable file

#!/usr/bin/python
from megaproject import app
app.run(debug=True)