Testing_pikesquares/foobar.py
2025-01-30 18:18:06 -05:00

3 lines
126 B
Python

def application(env, start_response):
start_response('200 OK', [('Content-Type','text/html')])
return [b"Hello World"]