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