added missing function to init file

This commit is contained in:
iLLiCiTiT 2021-08-09 12:48:06 +02:00
parent cfabde66fb
commit 5b71c522a5

View file

@ -2,6 +2,9 @@
from .base import (
OpenPypeModule,
OpenPypeInterface,
load_modules,
ModulesManager,
TrayModulesManager
)
@ -11,6 +14,8 @@ __all__ = (
"OpenPypeModule",
"OpenPypeInterface",
"load_modules",
"ModulesManager",
"TrayModulesManager"
)