mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fixed imports
This commit is contained in:
parent
b432613e72
commit
df29a9f81a
1 changed files with 7 additions and 3 deletions
|
|
@ -11,8 +11,9 @@ from .launch_logic import (
|
|||
|
||||
from .pipeline import (
|
||||
ls,
|
||||
Creator,
|
||||
get_asset_settings,
|
||||
install,
|
||||
uninstall,
|
||||
list_instances,
|
||||
remove_instance,
|
||||
containerise
|
||||
|
|
@ -33,7 +34,8 @@ from .lib import (
|
|||
)
|
||||
|
||||
from .plugin import (
|
||||
AfterEffectsLoader
|
||||
AfterEffectsLoader,
|
||||
Creator
|
||||
)
|
||||
|
||||
|
||||
|
|
@ -44,8 +46,9 @@ __all__ = [
|
|||
|
||||
# pipeline
|
||||
"ls",
|
||||
"Creator",
|
||||
"get_asset_settings",
|
||||
"install",
|
||||
"uninstall",
|
||||
"list_instances",
|
||||
"remove_instance",
|
||||
"containerise",
|
||||
|
|
@ -63,4 +66,5 @@ __all__ = [
|
|||
|
||||
# plugin
|
||||
"AfterEffectsLoader",
|
||||
"Creator",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue