Files
butterfly/run.py
Florian Mounier f78caab333 Flask skel
2013-12-12 15:35:02 +01:00

3 lines
40 B
Python

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