mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
add 'ILaunchHookPaths' back
This commit is contained in:
parent
53762a3b2b
commit
f95bb36a1d
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ from ayon_core.addon.interfaces import (
|
|||
)
|
||||
|
||||
ITrayModule = ITrayAddon
|
||||
ILaunchHookPaths = object
|
||||
|
||||
|
||||
__all__ = (
|
||||
|
|
@ -16,4 +17,5 @@ __all__ = (
|
|||
"ITrayService",
|
||||
"IHostAddon",
|
||||
"ITrayModule",
|
||||
"ILaunchHookPaths",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue