summaryrefslogtreecommitdiffstats
path: root/g4f/.v1/gpt4free/aicolors/typings/__init__.py
blob: 8c4f29d147b0e09cbde3a369a78256e78a97c22e (plain) (blame)
1
2
3
4
5
6
7
8
9
from dataclasses import dataclass


@dataclass
class AiColorsResponse:
    background: str
    primary: str
    accent: str
    text: str