mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
7 lines
166 B
Python
7 lines
166 B
Python
from .clockify import ClockifyModule
|
|
|
|
CLASS_DEFINIION = ClockifyModule
|
|
|
|
|
|
def tray_init(tray_widget, main_widget):
|
|
return ClockifyModule(main_widget, tray_widget)
|