mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added CreateProjectDialog to init of project manager module
This commit is contained in:
parent
6fe08049d6
commit
1850687160
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ __all__ = (
|
|||
"HierarchyView",
|
||||
|
||||
"ProjectModel",
|
||||
"CreateProjectDialog",
|
||||
|
||||
"HierarchyModel",
|
||||
"HierarchySelectionModel",
|
||||
|
|
@ -21,6 +22,7 @@ __all__ = (
|
|||
from .constants import (
|
||||
IDENTIFIER_ROLE
|
||||
)
|
||||
from .widgets import CreateProjectDialog
|
||||
from .view import HierarchyView
|
||||
from .model import (
|
||||
ProjectModel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue