Please shut the hell up

This commit is contained in:
2025-12-14 17:22:31 +01:00
parent 65fa743cf8
commit 9a6481fb4d
10 changed files with 39 additions and 88 deletions

View File

@@ -18,11 +18,11 @@ from typing_extensions import Annotated
from pydantic import StrictStr
from typing import Any, Dict
from openapi_client.models.game_dto import GameDto
from board_mate_client.models.game_dto import GameDto
from openapi_client.api_client import ApiClient, RequestSerialized
from openapi_client.api_response import ApiResponse
from openapi_client.rest import RESTResponseType
from board_mate_client.api_client import ApiClient, RequestSerialized
from board_mate_client.api_response import ApiResponse
from board_mate_client.rest import RESTResponseType
class DefaultApi: