Initial commit

This commit is contained in:
Leo Vasanko
2026-06-12 19:18:15 +00:00
commit afebad72df
34 changed files with 3143 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from kanta!")
if __name__ == "__main__":
main()