add openapi-generated client
This commit is contained in:
23
generated/openapi_client/models/__init__.py
Normal file
23
generated/openapi_client/models/__init__.py
Normal file
@ -0,0 +1,23 @@
|
||||
# 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
|
Reference in New Issue
Block a user