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:
@@ -5,9 +5,9 @@ from typing import Optional, List, Dict, Tuple, Callable, Union
|
||||
from tqdm import tqdm
|
||||
|
||||
from app import schemas
|
||||
from app.platform.progress import ProgressHelper
|
||||
from app.services.storage import StorageHelper
|
||||
from app.platform.log import logger
|
||||
from app.runtime.progress import ProgressHelper
|
||||
from app.application.storage import StorageHelper
|
||||
from app.runtime.log import logger
|
||||
from app.schemas.exception import StorageQueryError
|
||||
from app.foundation.crypto import HashUtils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user