diff --git a/client/ayon_core/modules/interfaces.py b/client/ayon_core/modules/interfaces.py index 26adb02f91..4b114b7a0e 100644 --- a/client/ayon_core/modules/interfaces.py +++ b/client/ayon_core/modules/interfaces.py @@ -7,6 +7,7 @@ from ayon_core.addon.interfaces import ( ) ITrayModule = ITrayAddon +ILaunchHookPaths = object __all__ = ( @@ -16,4 +17,5 @@ __all__ = ( "ITrayService", "IHostAddon", "ITrayModule", + "ILaunchHookPaths", )