kelderapi/run_dev.py

5 lines
64 B
Python
Executable File

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