create publish subfolder

This commit is contained in:
iLLiCiTiT 2021-08-18 12:07:51 +02:00
parent d972534db6
commit 0af3f77416
3 changed files with 8 additions and 1 deletions

View file

@ -7,7 +7,7 @@ from .create import (
CreatedInstance
)
from .publish_plugins import OpenPypePyblishPluginMixin
from .publish import OpenPypePyblishPluginMixin
__all__ = (

View file

@ -0,0 +1,7 @@
from .publish_plugins import (
OpenPypePyblishPluginMixin
)
__all__ = (
"OpenPypePyblishPluginMixin",
)