ayon-core/pype/modules/muster/__init__.py
2020-12-10 10:32:53 +01:00

6 lines
69 B
Python

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