Implemented GUI for syng #2

Merged
christofsteel merged 18 commits from gui into main 2023-12-18 19:48:28 +01:00
Showing only changes of commit cb00e62143 - Show all commits

View file

@ -4,6 +4,7 @@ mypy:
stage: test
script:
- pip install mypy --quiet
- mypy --install-types
- mypy syng --strict
ruff: