ayon-core/pype/modules/muster/__init__.py
2020-05-25 18:20:02 +02:00

5 lines
126 B
Python

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