Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
fixed init file
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jan 10, 2022
1 parent ab1b2bd commit c2b6cf8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions openpype/hosts/photoshop/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
ls,
list_instances,
remove_instance,
Creator,
install,
uninstall,
containerise
)
from .plugin import (
PhotoshopLoader,
Creator,
get_unique_layer_name
)
from .workio import (
Expand All @@ -34,18 +35,18 @@

__all__ = [
# launch_logic
"stub"
"stub",

# pipeline
"ls",
"list_instances",
"remove_instance",
"Creator",
"install",
"containerise",

# Plugin
"PhotoshopLoader",
"Creator",
"get_unique_layer_name",

# workfiles
Expand Down

0 comments on commit c2b6cf8

Please sign in to comment.