24 lines
891 B
Python
24 lines
891 B
Python
# coding: utf-8
|
|
|
|
# flake8: noqa
|
|
"""
|
|
Master
|
|
|
|
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
|
|
The version of the OpenAPI document: 0.1.0
|
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
|
|
Do not edit the class manually.
|
|
""" # noqa: E501
|
|
|
|
|
|
# import models into model package
|
|
from openapi_client.models.game_decision_request import GameDecisionRequest
|
|
from openapi_client.models.game_decision_response import GameDecisionResponse
|
|
from openapi_client.models.game_start_request import GameStartRequest
|
|
from openapi_client.models.game_start_response import GameStartResponse
|
|
from openapi_client.models.http_validation_error import HTTPValidationError
|
|
from openapi_client.models.validation_error import ValidationError
|
|
from openapi_client.models.validation_error_loc_inner import ValidationErrorLocInner
|