mirror of
https://github.com/nikdoof/grumble.git
synced 2025-12-11 16:02:14 +00:00
3 lines
81 B
Python
3 lines
81 B
Python
#!/usr/bin/env python
|
|
from grumble import app
|
|
app.run(debug=True, host='0.0.0.0') |