Files
fission-src/examples/python/hello.py
T
Soam Vasani 1a86078fc0 Very rudimentary Python support
Create a python environment.  Only supports GET; doesn't support any
parameters etc. yet.  Basically just enough for a hello world demo.
2016-11-09 10:02:03 -08:00

3 lines
46 B
Python

def main(context):
return "Hello, world!"