ayon-core/openpype/hosts/standalonepublisher/__init__.py
2022-08-22 18:26:01 +02:00

6 lines
109 B
Python

from .standalonepublish_module import StandAlonePublishModule
__all__ = (
"StandAlonePublishModule",
)