3 lines
105 B
Python
3 lines
105 B
Python
def main(request, response):
|
|
return ([(b"Content-Type", b"text/html")],
|
|
u"FROM_NETWORK")
|