docstring

This commit is contained in:
Will McGugan
2024-11-27 13:31:50 +00:00
parent 5473288d85
commit 1539b36803
2 changed files with 2 additions and 0 deletions

View File

@@ -184,6 +184,7 @@ class Color(NamedTuple):
Args:
rich_color: An instance of [Rich color][rich.color.Color].
theme: Optional Rich [terminal theme][rich.terminal_theme.TerminalTheme].
Returns:
A new Color instance.

View File

@@ -149,6 +149,7 @@ class Style:
Args:
rich_style: A Rich Style object.
theme: Optional Rich [terminal theme][rich.terminal_theme.TerminalTheme].
Returns:
New Style.