Files
fission-src/examples/spec-example/hello-spec-exmaple/hello/hello.py
T

5 lines
55 B
Python

import yaml
def main():
return "hello, world!!\n"