mirror of
https://github.com/opus-tango/public-python.git
synced 2026-07-18 07:32:45 +00:00
7 lines
93 B
Python
7 lines
93 B
Python
def main():
|
|
print("Hello from tfc-forge-macro!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|