Sybren A. Stüvel 21227c8046 More Shaman integration work
- Addon switches between filesystem-packing and Shaman-packing
  automatically, depending on whether the Manager has Shaman enabled.
- Actually using BAT for Shaman packing.

It doesn't work though, some error occurs when receiving Shaman response
from the Manager in the Addon.
2022-03-25 14:10:26 +01:00

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__ = "8a43c69f-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