refactor backend module architecture

This commit is contained in:
jxxghp
2026-08-14 15:45:38 +08:00
parent 557cc0e2e3
commit 7b3444c366
716 changed files with 10378 additions and 7709 deletions
+4 -4
View File
@@ -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]: