mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
refactor: 推进后端分层架构治理
This commit is contained in:
@@ -5,7 +5,10 @@ from pathlib import Path
|
||||
|
||||
from app.runtime.extensions.service_config import ServiceConfigHelper
|
||||
from app.runtime.log import logger
|
||||
from app.schemas import Message, NotificationConf, MediaServerConf, DownloaderConf
|
||||
from app.schemas.message import Message
|
||||
from app.schemas.system import NotificationConf
|
||||
from app.schemas.system import MediaServerConf
|
||||
from app.schemas.system import DownloaderConf
|
||||
from app.schemas.types import ModuleType, DownloaderType, MediaServerType, NotificationChannel, StorageSchema, \
|
||||
OtherModulesType, SystemConfigKey, MediaRecognizeType
|
||||
from app.runtime.reload import ConfigReloadMixin
|
||||
|
||||
Reference in New Issue
Block a user