diff --git a/app.yaml b/app.yaml new file mode 100644 index 0000000..780c2c5 --- /dev/null +++ b/app.yaml @@ -0,0 +1,7 @@ +runtime: python27 +api_version: 1 +threadsafe: true + +handlers: +- url: /.* + script: main.app \ No newline at end of file