refactor: add __all__ and more decouple

This commit is contained in:
2026-04-10 16:43:51 +02:00
parent 10bfb6090c
commit cfac95ca03
11 changed files with 78 additions and 47 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ from mutagen.flac import FLAC
from .base import BaseFetcher, FetchResult
from ..models import CacheStatus, TrackMeta, LyricResult
from ..lrc import get_audio_path, get_sidecar_path, LRCData
from ..lrc import LRCData
from ..utils import get_audio_path, get_sidecar_path
class LocalFetcher(BaseFetcher):