diff options
Diffstat (limited to 'app.yaml')
-rw-r--r-- | app.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app.yaml b/app.yaml new file mode 100644 index 0000000..d9a5770 --- /dev/null +++ b/app.yaml @@ -0,0 +1,11 @@ +application: yetanotherequator +version: 1 +runtime: python +api_version: 1 + +handlers: +- url: /static + static_dir: static + +- url: /.* + script: main.py |