summaryrefslogtreecommitdiffstats
path: root/gpt4free/aicolors/typings/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'gpt4free/aicolors/typings/__init__.py')
-rw-r--r--gpt4free/aicolors/typings/__init__.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/gpt4free/aicolors/typings/__init__.py b/gpt4free/aicolors/typings/__init__.py
new file mode 100644
index 00000000..8c4f29d1
--- /dev/null
+++ b/gpt4free/aicolors/typings/__init__.py
@@ -0,0 +1,9 @@
+from dataclasses import dataclass
+
+
+@dataclass
+class AiColorsResponse:
+ background: str
+ primary: str
+ accent: str
+ text: str