19 lines
411 B
Python
19 lines
411 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
|
|
|
|
|
|
# import models into model package
|
|
from openapi_client.models.patch_notes import PatchNotes
|
|
from openapi_client.models.user import User
|