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
+1 -1
View File
@@ -23,11 +23,11 @@ from .config import (
load_config,
enable_debug,
)
from .utils import get_sidecar_path
from .models import TrackMeta
from .mpris import get_current_track
from .core import LrcManager
from .fetchers import FetcherMethodType
from .lrc import get_sidecar_path
from .watch import WatchCoordinator
from .watch.control import ControlClient, parse_delta
from .watch.view.pipe import PipeOutput