Files
api2/run.py
T
2016-04-18 20:56:24 +02:00

2 lines
39 B
Python

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