fix: ColorText import error

This commit is contained in:
qwerdvd 2023-12-05 12:10:30 +08:00 committed by GitHub
parent 41e345621a
commit f530ecc29c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
from typing import Union
from color import Color, check_if_color
from .color import Color, check_if_color
class BaseTextContainer(list):