mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 07:56:52 +08:00
refactor: reorganize backend module boundaries
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
from typing import Tuple, List, Optional
|
||||
|
||||
from app.platform.config import settings
|
||||
from app.runtime.config import settings
|
||||
from app.db.systemconfig_oper import SystemConfigOper
|
||||
from app.platform.log import logger
|
||||
from app.runtime.log import logger
|
||||
from app.schemas import MediaType
|
||||
from app.foundation.http import RequestUtils, AsyncRequestUtils
|
||||
from app.adapters.network.http import RequestUtils, AsyncRequestUtils
|
||||
from app.domain.string import StringUtils
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user