Merge pull request #854 from pypeclub:feature/launch_hooks_interface

Launch hooks interface
This commit is contained in:
Milan Kolar 2020-12-22 14:23:27 +01:00 committed by GitHub
commit c0456401b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 74 additions and 3 deletions

View file

@ -5,6 +5,7 @@ from .base import (
ITrayAction,
ITrayService,
IPluginPaths,
ILaunchHookPaths,
ModulesManager,
TrayModulesManager
)
@ -45,6 +46,7 @@ __all__ = (
"ITrayAction",
"ITrayService",
"IPluginPaths",
"ILaunchHookPaths",
"ModulesManager",
"TrayModulesManager",