Formatter
A text formatter.
Usage
Formatter()Parameters
style: str = "default"-
The formatting style to use.
Methods
| Name | Description |
|---|---|
| apply() | Apply formatting to text. |
apply()
Apply formatting to text.
Usage
apply(text)Parameters
text: str-
The text to format.
Returns
str-
Formatted text.