microblog2/run.py

4 lines
61 B
Python
Executable File

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