generated from Luis/nextjs-python-web-template
27 lines
972 B
Python
27 lines
972 B
Python
# coding: utf-8
|
|
|
|
# flake8: noqa
|
|
"""
|
|
FastAPI
|
|
|
|
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.entity import Entity
|
|
from openapi_client.models.entity_create import EntityCreate
|
|
from openapi_client.models.http_validation_error import HTTPValidationError
|
|
from openapi_client.models.machine import Machine
|
|
from openapi_client.models.resolution import Resolution
|
|
from openapi_client.models.service import Service
|
|
from openapi_client.models.service_create import ServiceCreate
|
|
from openapi_client.models.status import Status
|
|
from openapi_client.models.validation_error import ValidationError
|
|
from openapi_client.models.validation_error_loc_inner import ValidationErrorLocInner
|