ayon-core/openpype/hosts/traypublisher/__init__.py
2022-08-22 18:07:38 +02:00

6 lines
79 B
Python

from .module import TrayPublishModule
__all__ = (
"TrayPublishModule",
)