Initial commit

This commit is contained in:
2025-03-01 18:11:57 +01:00
commit 96a6abf1e0
6 changed files with 219 additions and 0 deletions

2
src/materia/__init__.py Normal file
View File

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