add 'ILaunchHookPaths' back

This commit is contained in:
Jakub Trllo 2024-02-06 17:56:40 +01:00
parent 53762a3b2b
commit f95bb36a1d

View file

@ -7,6 +7,7 @@ from ayon_core.addon.interfaces import (
)
ITrayModule = ITrayAddon
ILaunchHookPaths = object
__all__ = (
@ -16,4 +17,5 @@ __all__ = (
"ITrayService",
"IHostAddon",
"ITrayModule",
"ILaunchHookPaths",
)