packages/python/multifile/__main__.py (5 lines of code) (raw):

#--web true #--kind python:default import hello def main(args): return { "body": hello.hello(args) }