ayon-core/openpype/tools/tray/__init__.py
2021-04-01 18:54:46 +02:00

5 lines
55 B
Python

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