Add basic app layout and Server/Channel basic endpoints.

This commit is contained in:
2013-11-04 22:55:07 +00:00
parent 09af74a15f
commit 0ba3a12c24
4 changed files with 110 additions and 0 deletions

3
run.py Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env python
from grumble import app
app.run(debug=True, host='0.0.0.0')