ayon-core/pype/muster/__init__.py

5 lines
126 B
Python

from .muster import MusterModule
def tray_init(tray_widget, main_widget):
return MusterModule(main_widget, tray_widget)