fixed init file

This commit is contained in:
iLLiCiTiT 2022-01-10 23:38:32 +01:00
parent ab1b2bdd7d
commit c2b6cf8714

View file

@ -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