mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
return albums in get artist
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from dataclasses import dataclass
|
||||
|
||||
|
||||
@dataclass
|
||||
class StatItem:
|
||||
cssclass: str
|
||||
text: str
|
||||
value: str | int
|
||||
Reference in New Issue
Block a user