Files
Foundry/templates/python/foo_bar/hello.py
T
2021-10-13 01:19:24 -03:00

3 lines
47 B
Python

def world() -> str:
return "Hello, world!"