## Processor


A data processor.


Usage


``` python
Processor(name="default")
```


## Parameters


`name: str = ``"default"`  
The name of this processor.


## Methods

| Name | Description |
|----|----|
| [run()](#run) | Execute the processor. |

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


#### run()


Execute the processor.


Usage


``` python
run()
```


##### Returns


`None`
