aboutsummaryrefslogtreecommitdiff
path: root/color.py
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2023-05-04 18:38:00 -0500
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2023-05-04 18:38:00 -0500
commita74933b2d83efb5da4e0f1851d65ad575f04a65d (patch)
treec18a7a757772bdf03f970c986e84bf0dce1d9de0 /color.py
parent44b15a775e3f5370c81507534df103f63611b956 (diff)
downloadgpt-chat-cli-a74933b2d83efb5da4e0f1851d65ad575f04a65d.tar.xz
gpt-chat-cli-a74933b2d83efb5da4e0f1851d65ad575f04a65d.zip
Re-order includes
Diffstat (limited to 'color.py')
-rw-r--r--color.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/color.py b/color.py
index b868290..ce1b182 100644
--- a/color.py
+++ b/color.py
@@ -1,6 +1,5 @@
from typing import Literal
-
class ColorCode:
"""A superclass to signal that color codes are strings"""