Files
grumble/run.py

3 lines
81 B
Python

#!/usr/bin/env python
from grumble import app
app.run(debug=True, host='0.0.0.0')