mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
initial commit of publish plugins modifications
This commit is contained in:
parent
4c87c0bff8
commit
f5abbacf3f
1 changed files with 7 additions and 0 deletions
7
openpype/pipeline/publish_plugins.py
Normal file
7
openpype/pipeline/publish_plugins.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from openpype.api import (
|
||||
Logger
|
||||
)
|
||||
|
||||
import pyblish.api
|
||||
|
||||
log = Logger.get_logger(__name__)
|
||||
Loading…
Add table
Add a link
Reference in a new issue