21 lines
554 B
Python
21 lines
554 B
Python
# coding: utf-8
|
|
|
|
# flake8: noqa
|
|
"""
|
|
boardmate_api API
|
|
|
|
boardmate_api API
|
|
|
|
The version of the OpenAPI document: 1.0.0
|
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
|
|
Do not edit the class manually.
|
|
""" # noqa: E501
|
|
|
|
|
|
# import models into model package
|
|
from board_mate_client.models.game_dto import GameDto
|
|
from board_mate_client.models.move_dto import MoveDto
|
|
from board_mate_client.models.response_body_game_dto import ResponseBodyGameDto
|
|
from board_mate_client.models.response_body_string import ResponseBodyString
|