• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1application: rebaseline-queue
2version: 1
3runtime: python
4api_version: 1
5
6handlers:
7- url: /static
8  static_dir: static
9
10- url: .*
11  script: main.py
12