mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fixed init file
This commit is contained in:
parent
ab1b2bdd7d
commit
c2b6cf8714
1 changed files with 4 additions and 3 deletions
|
|
@ -10,12 +10,13 @@ from .pipeline import (
|
||||||
ls,
|
ls,
|
||||||
list_instances,
|
list_instances,
|
||||||
remove_instance,
|
remove_instance,
|
||||||
Creator,
|
|
||||||
install,
|
install,
|
||||||
|
uninstall,
|
||||||
containerise
|
containerise
|
||||||
)
|
)
|
||||||
from .plugin import (
|
from .plugin import (
|
||||||
PhotoshopLoader,
|
PhotoshopLoader,
|
||||||
|
Creator,
|
||||||
get_unique_layer_name
|
get_unique_layer_name
|
||||||
)
|
)
|
||||||
from .workio import (
|
from .workio import (
|
||||||
|
|
@ -34,18 +35,18 @@ from .lib import (
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
# launch_logic
|
# launch_logic
|
||||||
"stub"
|
"stub",
|
||||||
|
|
||||||
# pipeline
|
# pipeline
|
||||||
"ls",
|
"ls",
|
||||||
"list_instances",
|
"list_instances",
|
||||||
"remove_instance",
|
"remove_instance",
|
||||||
"Creator",
|
|
||||||
"install",
|
"install",
|
||||||
"containerise",
|
"containerise",
|
||||||
|
|
||||||
# Plugin
|
# Plugin
|
||||||
"PhotoshopLoader",
|
"PhotoshopLoader",
|
||||||
|
"Creator",
|
||||||
"get_unique_layer_name",
|
"get_unique_layer_name",
|
||||||
|
|
||||||
# workfiles
|
# workfiles
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue