ayon-core/pype/tools/tray/__init__.py

5 lines
55 B
Python

from .pype_tray import main
__all__ = (
"main",
)