mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
set CLASS_DEFINIION in clockify to be able set workspace attribute
This commit is contained in:
parent
000885da3c
commit
22ff14b93d
1 changed files with 3 additions and 7 deletions
|
|
@ -3,12 +3,8 @@ from .widget_settings import ClockifySettings
|
|||
from .widget_message import MessageWidget
|
||||
from .clockify import ClockifyModule
|
||||
|
||||
__all__ = [
|
||||
"ClockifyAPI",
|
||||
"ClockifySettings",
|
||||
"ClockifyModule",
|
||||
"MessageWidget"
|
||||
]
|
||||
|
||||
CLASS_DEFINIION = ClockifyModule
|
||||
|
||||
|
||||
def tray_init(tray_widget, main_widget):
|
||||
return ClockifyModule(main_widget, tray_widget)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue