textual-paint/typings/ochre/__init__.pyi
2023-05-09 16:58:25 -04:00

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"]