mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Clockify module converted to new module
This commit is contained in:
parent
e28c7c93f8
commit
8f198ddb55
3 changed files with 45 additions and 54 deletions
|
|
@ -1,7 +1,5 @@
|
|||
from .clockify import ClockifyModule
|
||||
|
||||
CLASS_DEFINIION = ClockifyModule
|
||||
|
||||
|
||||
def tray_init(tray_widget, main_widget):
|
||||
return ClockifyModule(main_widget, tray_widget)
|
||||
__all__ = (
|
||||
"ClockifyModule",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue