Initial commit

This commit is contained in:
2026-07-02 14:47:30 +02:00
commit a94f845cdb
9 changed files with 73 additions and 0 deletions

2
src/dynalab/app.py Normal file
View File

@@ -0,0 +1,2 @@
def run() -> None:
print("Hello World!")