GraiColors Objects
class GraiColors()
prompt_styler
def prompt_styler(*args, **kwargs) -> Callable[[str], str]
Arguments:
*args: **kwargs:
Returns:
strip_style
def strip_style(fn: Callable[[str], str]) -> Callable[[str], str]
Arguments:
fn (Callable[[str]): str]:
Returns: