document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. application: humandate
  2. version: 1
  3. runtime: python
  4. api_version: 1
  5.  
  6. handlers:
  7. - url: /favicon\\.ico
  8.   static_files: favicon.ico
  9.   upload: favicon\\.ico
  10.  
  11. - url: .*
  12.   script: humandate.py
');