mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
import project manager so is usable
This commit is contained in:
parent
c73dada568
commit
3821a00029
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ from .clockify import ClockifyModule
|
|||
from .log_viewer import LogViewModule
|
||||
from .muster import MusterModule
|
||||
from .deadline import DeadlineModule
|
||||
from .project_manager_action import ProjectManagerAction
|
||||
from .standalonepublish_action import StandAlonePublishAction
|
||||
from .sync_server import SyncServerModule
|
||||
|
||||
|
|
@ -73,6 +74,7 @@ __all__ = (
|
|||
"LogViewModule",
|
||||
"MusterModule",
|
||||
"DeadlineModule",
|
||||
"ProjectManagerAction",
|
||||
"StandAlonePublishAction",
|
||||
|
||||
"SyncServerModule"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue