mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
5 lines
126 B
Python
5 lines
126 B
Python
from .avalon_app import AvalonApps
|
|
|
|
|
|
def tray_init(tray_widget, main_widget):
|
|
return AvalonApps(main_widget, tray_widget)
|