mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
refactor: reorganize backend module boundaries
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
from app.workflow.actions import BaseAction
|
||||
from app.chain.subscribe import SubscribeChain
|
||||
from app.platform.config import settings, global_vars
|
||||
from app.runtime.config import settings, global_vars
|
||||
from app.domain.context import MediaInfo
|
||||
from app.db.subscribe_oper import SubscribeOper
|
||||
from app.platform.log import logger
|
||||
from app.runtime.log import logger
|
||||
from app.schemas import ActionParams, ActionContext
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user