mattermore/run_dev.py
2018-09-24 20:57:36 +02:00

5 lines
64 B
Python

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