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

6 lines
69 B
Python

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