Forgot to join deps
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
# 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
|
||||
|
||||
|
||||
__version__ = "1.0.0"
|
||||
|
||||
# import apis into sdk package
|
||||
from board_mate.auth.api.auth_api import AuthApi
|
||||
|
||||
# import ApiClient
|
||||
from board_mate.auth.api_response import ApiResponse
|
||||
from board_mate.auth.api_client import ApiClient
|
||||
from board_mate.auth.configuration import Configuration
|
||||
from board_mate.auth.exceptions import OpenApiException
|
||||
from board_mate.auth.exceptions import ApiTypeError
|
||||
from board_mate.auth.exceptions import ApiValueError
|
||||
from board_mate.auth.exceptions import ApiKeyError
|
||||
from board_mate.auth.exceptions import ApiAttributeError
|
||||
from board_mate.auth.exceptions import ApiException
|
||||
|
||||
# import models into sdk package
|
||||
from board_mate.auth.models.auth_request_dto import AuthRequestDto
|
||||
from board_mate.auth.models.auth_response_dto import AuthResponseDto
|
||||
from board_mate.auth.models.response_body_auth_response_dto import ResponseBodyAuthResponseDto
|
||||
Reference in New Issue
Block a user