mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
moved avalon creators and added legacy prefix
This commit is contained in:
parent
ff79836704
commit
7600590f7c
3 changed files with 177 additions and 2 deletions
|
|
@ -4,7 +4,12 @@ from .create import (
|
|||
BaseCreator,
|
||||
Creator,
|
||||
AutoCreator,
|
||||
CreatedInstance
|
||||
CreatedInstance,
|
||||
|
||||
CreatorError,
|
||||
|
||||
LegacyCreator,
|
||||
legacy_create,
|
||||
)
|
||||
|
||||
from .publish import (
|
||||
|
|
@ -22,6 +27,12 @@ __all__ = (
|
|||
"AutoCreator",
|
||||
"CreatedInstance",
|
||||
|
||||
"CreatorError",
|
||||
|
||||
# Legacy creation
|
||||
"LegacyCreator",
|
||||
"legacy_create",
|
||||
|
||||
"PublishValidationError",
|
||||
"KnownPublishError",
|
||||
"OpenPypePyblishPluginMixin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue