feat: project setup

This commit is contained in:
Alex Muszynski
2025-06-07 18:05:58 -04:00
parent ac218503bf
commit abb97648dc
5 changed files with 529 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from tagging-test!")
if __name__ == "__main__":
main()