1runtime: python27
2api_version: 1
3threadsafe: true
4
5service: github-stats-tracking
6
7handlers:
8- url: /.*
9  script: main.app
10
11libraries:
12- name: ssl
13  version: latest
14