mirror of https://github.com/Textualize/rich.git
docstrings
This commit is contained in:
parent
7063265120
commit
32eb040fa9
|
@ -8,7 +8,9 @@ class WindowsConsoleFeatures:
|
||||||
"""Windows features available."""
|
"""Windows features available."""
|
||||||
|
|
||||||
vt: bool = False
|
vt: bool = False
|
||||||
|
"""The console supports VT codes."""
|
||||||
truecolor: bool = False
|
truecolor: bool = False
|
||||||
|
"""The console supports truecolor."""
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue