Files
Foundry/templates/python/foo_bar/__init__.py
T

3 lines
53 B
Python

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