mattermore/run_dev.py

5 lines
64 B
Python
Raw Normal View History

2018-09-24 20:57:36 +02:00
#!/usr/bin/env python3
from app import app
app.run(debug=True)