mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
5 lines
126 B
Python
5 lines
126 B
Python
from .muster import MusterModule
|
|
|
|
|
|
def tray_init(tray_widget, main_widget):
|
|
return MusterModule(main_widget, tray_widget)
|