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

7 lines
85 B
Python

from foo_bar import hello
def main() -> int:
print(hello.world())
return 0