mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fake import classes from structures too
This commit is contained in:
parent
a4ed32e3e1
commit
e33f8670fd
1 changed files with 7 additions and 1 deletions
|
|
@ -39,12 +39,18 @@ from .creator_plugins import (
|
|||
discover_convertor_plugins,
|
||||
)
|
||||
|
||||
# Import of exceptions that were moved to different file
|
||||
# Import of functions and classes that were moved to different file
|
||||
# TODO Should be removed in future release - Added 24/08/28, 0.4.3-dev.1
|
||||
from .exceptions import (
|
||||
ImmutableKeyError,
|
||||
CreatorsOperationFailed,
|
||||
ConvertorsOperationFailed,
|
||||
) # noqa: F401
|
||||
from .structures import (
|
||||
AttributeValues,
|
||||
CreatorAttributeValues,
|
||||
PublishAttributeValues,
|
||||
) # noqa: F401
|
||||
|
||||
# Changes of instances and context are send as tuple of 2 information
|
||||
UpdateData = collections.namedtuple("UpdateData", ["instance", "changes"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue