Dataclasses for the data representation

This commit is contained in:
2026-07-23 14:24:53 +02:00
commit 7e99669b31
5 changed files with 482 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
.venv/
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.pytest_cache/
.vscode/*
!.vscode/tasks.json
.ruff_cache/