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