Improved typing, refactored code, fixed some issues

This commit is contained in:
Firq 2024-07-04 22:12:36 +02:00
parent 06cece6242
commit d3e5d4ae56
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
16 changed files with 59 additions and 72 deletions

1
.gitignore vendored
View file

@ -6,6 +6,7 @@
# Python stuff
__pycache__/
*.egg-info/
*.mypy_cache/
# Build artifacts
dist/