ayon-core/openpype/hosts/traypublisher/__init__.py

6 lines
76 B
Python

from .addon import TrayPublishAddon
__all__ = (
"TrayPublishAddon",
)