chore: project setup with dependencies and entry-point

This commit is contained in:
2026-04-06 20:20:57 +02:00
commit e8b73de84a
5 changed files with 710 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
__pycache__/
*.pyc
.venv/
dist/
*.egg-info/
.mypy_cache/