blob: 340a16176c87b60884d55fdfe6a0c5f0b4defccf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
application: screenplain
version: 1
runtime: python
api_version: 1
handlers:
- url: /styles
static_dir: styles
- url: /text
script: main.py
- url: /
static_files: index.html
upload: index.html
|