## App


Main application class.


Usage


``` python
App(name)
```


## Parameters


`name: str`  
Application name.


## Methods

| Name | Description |
|----|----|
| [start()](#start) | Start the application. |
| [stop()](#stop) | Stop the application. |

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


#### start()


Start the application.


Usage


``` python
start()
```


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


#### stop()


Stop the application.


Usage


``` python
stop()
```
