init python project

This commit is contained in:
Daniel Fichtinger 2025-06-15 19:07:51 -04:00
commit ebcc771a73
5 changed files with 39 additions and 0 deletions

2
src/zona/__init__.py Normal file
View file

@ -0,0 +1,2 @@
def main() -> None:
print("Hello from zona!")