ayon-core/openpype/modules/muster/__init__.py
2021-12-02 16:30:21 +01:00

6 lines
69 B
Python

from .muster import MusterModule
__all__ = (
"MusterModule",
)