mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
create publish subfolder
This commit is contained in:
parent
d972534db6
commit
0af3f77416
3 changed files with 8 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ from .create import (
|
|||
CreatedInstance
|
||||
)
|
||||
|
||||
from .publish_plugins import OpenPypePyblishPluginMixin
|
||||
from .publish import OpenPypePyblishPluginMixin
|
||||
|
||||
|
||||
__all__ = (
|
||||
|
|
|
|||
7
openpype/pipeline/publish/__init__.py
Normal file
7
openpype/pipeline/publish/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from .publish_plugins import (
|
||||
OpenPypePyblishPluginMixin
|
||||
)
|
||||
|
||||
__all__ = (
|
||||
"OpenPypePyblishPluginMixin",
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue