mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
refactor backend module architecture
This commit is contained in:
@@ -5,11 +5,11 @@ from typing import Optional, List, Dict, Tuple, Callable, Union
|
||||
from tqdm import tqdm
|
||||
|
||||
from app import schemas
|
||||
from app.helper.progress import ProgressHelper
|
||||
from app.helper.storage import StorageHelper
|
||||
from app.log import logger
|
||||
from app.platform.progress import ProgressHelper
|
||||
from app.services.storage import StorageHelper
|
||||
from app.platform.log import logger
|
||||
from app.schemas.exception import StorageQueryError
|
||||
from app.utils.crypto import HashUtils
|
||||
from app.foundation.crypto import HashUtils
|
||||
|
||||
|
||||
def transfer_process(path: str) -> Callable[[int | float], None]:
|
||||
|
||||
Reference in New Issue
Block a user