mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-21 05:41:54 +03:00
11 lines
287 B
Python
11 lines
287 B
Python
"""
|
|
This type stub file was generated by pyright.
|
|
"""
|
|
|
|
from .color_pair import ColorPair
|
|
from .spaces import Ansi256, Color, HCL, Hex, RGB, WebColor
|
|
|
|
"""Facilities for working with colors."""
|
|
__version__ = ...
|
|
__all__ = ["Ansi256", "Color", "ColorPair", "HCL", "Hex", "RGB", "WebColor"]
|