blob: f3d063536cc50accd0fe827e109b1cfe28994145 [file] [log] [blame]
Joe Gregorio845a5452010-09-08 13:50:34 -04001application: m-buzz
2version: 1
3runtime: python
4api_version: 1
5
6handlers:
Joe Gregoriob8262fc2010-09-09 11:31:30 -04007- url: /static
8 static_dir: static
9
Joe Gregorio845a5452010-09-08 13:50:34 -040010- url: .*
11 script: main.py
Joe Gregoriob8262fc2010-09-09 11:31:30 -040012