From a74933b2d83efb5da4e0f1851d65ad575f04a65d Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Thu, 4 May 2023 18:38:00 -0500 Subject: Re-order includes --- color.py | 1 - 1 file changed, 1 deletion(-) (limited to 'color.py') 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""" -- cgit v1.2.3