2025-07-01
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# 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.6"
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user