Forgot to join deps

This commit is contained in:
2026-01-01 15:37:20 +01:00
parent 8a1fc05791
commit 826b1e979d
114 changed files with 9437 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
.github/workflows/python.yml
.gitignore
.gitlab-ci.yml
.openapi-generator-ignore
.travis.yml
README.md
board_mate/__init__.py
board_mate/game/__init__.py
board_mate/game/api/__init__.py
board_mate/game/api/game_api.py
board_mate/game/api_client.py
board_mate/game/api_response.py
board_mate/game/configuration.py
board_mate/game/exceptions.py
board_mate/game/models/__init__.py
board_mate/game/models/game_dto.py
board_mate/game/models/move_dto.py
board_mate/game/models/response_body_game_dto.py
board_mate/game/models/response_body_string.py
board_mate/game/py.typed
board_mate/game/rest.py
docs/GameApi.md
docs/GameDto.md
docs/MoveDto.md
docs/ResponseBodyGameDto.md
docs/ResponseBodyString.md
git_push.sh
pyproject.toml
requirements.txt
setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_game_api.py
test/test_game_dto.py
test/test_move_dto.py
test/test_response_body_game_dto.py
test/test_response_body_string.py
tox.ini