mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge pull request #854 from pypeclub:feature/launch_hooks_interface
Launch hooks interface
This commit is contained in:
commit
c0456401b2
5 changed files with 74 additions and 3 deletions
|
|
@ -5,6 +5,7 @@ from .base import (
|
|||
ITrayAction,
|
||||
ITrayService,
|
||||
IPluginPaths,
|
||||
ILaunchHookPaths,
|
||||
ModulesManager,
|
||||
TrayModulesManager
|
||||
)
|
||||
|
|
@ -45,6 +46,7 @@ __all__ = (
|
|||
"ITrayAction",
|
||||
"ITrayService",
|
||||
"IPluginPaths",
|
||||
"ILaunchHookPaths",
|
||||
"ModulesManager",
|
||||
"TrayModulesManager",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue