chore: initial project setup

This commit is contained in:
Stevan Freeborn
2026-05-23 12:26:08 -05:00
commit 28229d39aa
6 changed files with 488 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from einstein!")
if __name__ == "__main__":
main()