LICENSE
README.md
pyproject.toml
src/chess/__init__.py
src/chess/logging_config.py
src/chess/main.py
src/chess/controllers/__init__.py
src/chess/controllers/match_controller.py
src/chess/controllers/player_controller.py
src/chess/models/__init__.py
src/chess/models/match.py
src/chess/models/player.py
src/chess/views/__init__.py
src/chess/views/menu.py
src/chess_tournament.egg-info/PKG-INFO
src/chess_tournament.egg-info/SOURCES.txt
src/chess_tournament.egg-info/dependency_links.txt
src/chess_tournament.egg-info/entry_points.txt
src/chess_tournament.egg-info/requires.txt
src/chess_tournament.egg-info/top_level.txt
tests/test_match_controller.py
tests/test_player_controller.py