Files
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

6 lines
142 B
Python

def main(request, response):
headers = [("Content-type", "text/html;charset=utf-8")]
content = chr(0xff)
return headers, content