28 lines
717 B
Python
28 lines
717 B
Python
# 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__ = "781f1d93-dirty"
|
|
|
|
# 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
|