mirror of
https://github.com/nikdoof/grumble.git
synced 2025-12-13 08:42:15 +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') |