28 lines
713 B
Python
Generated
28 lines
713 B
Python
Generated
# flake8: noqa
|
|
|
|
"""
|
|
Flamenco manager
|
|
|
|
Render Farm manager API # noqa: E501
|
|
|
|
The version of the OpenAPI document: 1.0.0
|
|
Generated by: https://openapi-generator.tech
|
|
"""
|
|
|
|
|
|
__version__ = "3.3-alpha0"
|
|
|
|
# import ApiClient
|
|
from flamenco.manager.api_client import ApiClient
|
|
|
|
# import Configuration
|
|
from flamenco.manager.configuration import Configuration
|
|
|
|
# import exceptions
|
|
from flamenco.manager.exceptions import OpenApiException
|
|
from flamenco.manager.exceptions import ApiAttributeError
|
|
from flamenco.manager.exceptions import ApiTypeError
|
|
from flamenco.manager.exceptions import ApiValueError
|
|
from flamenco.manager.exceptions import ApiKeyError
|
|
from flamenco.manager.exceptions import ApiException
|