microblog2/run.py

4 lines
59 B
Python
Executable File

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