pipeline init has imported stuff

This commit is contained in:
iLLiCiTiT 2021-06-30 20:10:50 +02:00
parent 52d72e4b24
commit 0658fe6be0

View file

@ -0,0 +1,15 @@
from .creator_plugins import (
BaseCreator,
Creator,
AutoCreator
)
from .publish_plugins import OpenPypePyblishPluginMixin
__all__ = (
"BaseCreator",
"Creator",
"AutoCreator",
"OpenPypePyblishPluginMixin"
)