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

6 lines
69 B
Python

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