mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-29 18:14:15 -05:00
7 lines
85 B
Python
7 lines
85 B
Python
from foo_bar import hello
|
|
|
|
|
|
def main() -> int:
|
|
print(hello.world())
|
|
return 0
|