initialize macro program

This commit is contained in:
Nayan Sawyer
2026-04-02 15:02:55 -04:00
parent c72ad5dbe7
commit 7932a5d9f2
4 changed files with 15 additions and 0 deletions

6
tfc-forge-macro/main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from tfc-forge-macro!")
if __name__ == "__main__":
main()