mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-21 05:41:54 +03:00
12 lines
191 B
Python
12 lines
191 B
Python
"""
|
|
This type stub file was generated by pyright.
|
|
"""
|
|
|
|
"""
|
|
Colors by index.
|
|
|
|
This is a
|
|
[8-bit, 256-color lookup table](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit).
|
|
"""
|
|
colors = ...
|