ayon-core/openpype/tools/traypublisher/__init__.py
2022-02-21 17:03:30 +01:00

6 lines
53 B
Python

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