36 lines
1015 B
Python
36 lines
1015 B
Python
# coding: utf-8
|
|
|
|
# flake8: noqa
|
|
|
|
"""
|
|
announcementService
|
|
|
|
Announcing patchnotes for KanzleiApp
|
|
|
|
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 openapi_client.api.patchnotes_api import PatchnotesApi
|
|
|
|
# import ApiClient
|
|
from openapi_client.api_response import ApiResponse
|
|
from openapi_client.api_client import ApiClient
|
|
from openapi_client.configuration import Configuration
|
|
from openapi_client.exceptions import OpenApiException
|
|
from openapi_client.exceptions import ApiTypeError
|
|
from openapi_client.exceptions import ApiValueError
|
|
from openapi_client.exceptions import ApiKeyError
|
|
from openapi_client.exceptions import ApiAttributeError
|
|
from openapi_client.exceptions import ApiException
|
|
|
|
# import models into sdk package
|
|
from openapi_client.models.patch_notes import PatchNotes
|
|
from openapi_client.models.user import User
|