mattermore/run_dev.py
2019-03-27 23:27:39 +01:00

5 lines
64 B
Python
Executable file

#!/usr/bin/env python3
from app import app
app.run(debug=True)