This commit is contained in:
2025-02-14 16:07:24 -05:00
parent 00af36703a
commit 60416c493f
19 changed files with 204 additions and 308 deletions

View File

@ -18,8 +18,4 @@ class LyricsResult:
src: str
lyrics: str|list
confidence: int
time: float = 0.00
def todict(self) -> dict:
"""Return as dict"""
return asdict(self)
time: float = 0.00