mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
9 lines
116 B
Python
9 lines
116 B
Python
from dataclasses import dataclass
|
|
|
|
|
|
@dataclass
|
|
class StatItem:
|
|
cssclass: str
|
|
text: str
|
|
value: str | int
|