flask/run.py
2010-05-02 16:52:15 +02:00

2 lines
50 B
Python

from flask_website import app
app.run(debug=True)