Made project structure more modular.

* Project can now be started as a package
* Added unit-tests
This commit is contained in:
2024-08-02 22:23:20 +02:00
parent 09473e1050
commit ff8820c80a
13 changed files with 568 additions and 306 deletions

6
.gitignore vendored
View File

@ -2,5 +2,9 @@
/.direnv/
# config and database
*.json
*.bin
# python
__pycache__/
.pytest_cache/