starsaround's picture
Upload 183 files
f4b4235
raw
history blame contribute delete
No virus
138 Bytes
from dataclasses import dataclass
@dataclass
class AiColorsResponse:
background: str
primary: str
accent: str
text: str