mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed all modules and iterfaces from public api
This commit is contained in:
parent
c7e126bc6e
commit
8f35cb61f5
1 changed files with 1 additions and 75 deletions
|
|
@ -5,44 +5,6 @@ from .base import (
|
|||
ModulesManager,
|
||||
TrayModulesManager
|
||||
)
|
||||
from .interfaces import (
|
||||
ITrayModule,
|
||||
ITrayAction,
|
||||
ITrayService,
|
||||
IPluginPaths,
|
||||
ILaunchHookPaths
|
||||
)
|
||||
from .settings_action import (
|
||||
SettingsAction,
|
||||
ISettingsChangeListener,
|
||||
LocalSettingsAction
|
||||
)
|
||||
from .webserver import (
|
||||
WebServerModule,
|
||||
IWebServerRoutes
|
||||
)
|
||||
from .idle_manager import (
|
||||
IdleManager,
|
||||
IIdleManager
|
||||
)
|
||||
from .timers_manager import (
|
||||
TimersManager,
|
||||
ITimersManager
|
||||
)
|
||||
from .avalon_apps import AvalonModule
|
||||
from .launcher_action import LauncherAction
|
||||
from .ftrack import (
|
||||
FtrackModule,
|
||||
IFtrackEventHandlerPaths
|
||||
)
|
||||
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
|
||||
from .slack import SlackIntegrationModule
|
||||
|
||||
|
||||
__all__ = (
|
||||
|
|
@ -50,41 +12,5 @@ __all__ = (
|
|||
"OpenPypeInterface",
|
||||
|
||||
"ModulesManager",
|
||||
"TrayModulesManager",
|
||||
|
||||
"ITrayModule",
|
||||
"ITrayAction",
|
||||
"ITrayService",
|
||||
"IPluginPaths",
|
||||
"ILaunchHookPaths",
|
||||
|
||||
"SettingsAction",
|
||||
"LocalSettingsAction",
|
||||
|
||||
"WebServerModule",
|
||||
"IWebServerRoutes",
|
||||
|
||||
"IdleManager",
|
||||
"IIdleManager",
|
||||
|
||||
"TimersManager",
|
||||
"ITimersManager",
|
||||
|
||||
"AvalonModule",
|
||||
"LauncherAction",
|
||||
|
||||
"FtrackModule",
|
||||
"IFtrackEventHandlerPaths",
|
||||
|
||||
"ClockifyModule",
|
||||
"IdleManager",
|
||||
"LogViewModule",
|
||||
"MusterModule",
|
||||
"DeadlineModule",
|
||||
"ProjectManagerAction",
|
||||
"StandAlonePublishAction",
|
||||
|
||||
"SyncServerModule",
|
||||
|
||||
"SlackIntegrationModule"
|
||||
"TrayModulesManager"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue