application: screenplain version: 1 runtime: python api_version: 1 handlers: - url: /styles static_dir: styles - url: /convert script: main.py - url: / static_files: index.html upload: index.html - url: /style.css static_files: style.css upload: style.css