mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added missing function to init file
This commit is contained in:
parent
cfabde66fb
commit
5b71c522a5
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
from .base import (
|
||||
OpenPypeModule,
|
||||
OpenPypeInterface,
|
||||
|
||||
load_modules,
|
||||
|
||||
ModulesManager,
|
||||
TrayModulesManager
|
||||
)
|
||||
|
|
@ -11,6 +14,8 @@ __all__ = (
|
|||
"OpenPypeModule",
|
||||
"OpenPypeInterface",
|
||||
|
||||
"load_modules",
|
||||
|
||||
"ModulesManager",
|
||||
"TrayModulesManager"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue