ihelp_server/run.py

5 lines
48 B
Python

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