mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
7 lines
181 B
Python
7 lines
181 B
Python
from .lib import *
|
|
from .ftrack_server import *
|
|
from .ftrack_module import FtrackModule
|
|
|
|
|
|
def tray_init(tray_widget, main_widget):
|
|
return FtrackModule(main_widget, tray_widget)
|