func/test/_e2e/update_templates/python/http/func.py

6 lines
102 B
Python

from parliament import Context
def main(context: Context):
return "HELLO PYTHON FUNCTION", 200