## Formatter


A text formatter.


Usage


``` python
Formatter(style="default")
```


## Parameters


`style: str = ``"default"`  
The formatting style to use.


## Methods

| Name | Description |
|----|----|
| [apply()](#apply) | Apply formatting to text. |

------------------------------------------------------------------------


#### apply()


Apply formatting to text.


Usage


``` python
apply(text)
```


##### Parameters


`text: str`  
The text to format.


##### Returns


`str`  
Formatted text.
