mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
5 lines
166 B
Python
5 lines
166 B
Python
from .standalonepublish_module import StandAlonePublishModule
|
|
|
|
|
|
def tray_init(tray_widget, main_widget):
|
|
return StandAlonePublishModule(main_widget, tray_widget)
|