Adaptation to new code standards
As we have global documantation about how to write python scripts and programs so this project need some changes.
All python files must follow the rules defined in the document python - wytyczne stylistyczne
Things that are necessary to be done:
- use attr for class definitions
- use tapping
- implement black and mypy tests
Edited by Krzysztof Szymański