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 ( from .base import (
OpenPypeModule, OpenPypeModule,
OpenPypeInterface, OpenPypeInterface,
load_modules,
ModulesManager, ModulesManager,
TrayModulesManager TrayModulesManager
) )
@ -11,6 +14,8 @@ __all__ = (
"OpenPypeModule", "OpenPypeModule",
"OpenPypeInterface", "OpenPypeInterface",
"load_modules",
"ModulesManager", "ModulesManager",
"TrayModulesManager" "TrayModulesManager"
) )