## Engine


A simple engine.


Usage


``` python
Engine(power=100)
```


## Parameters


`power: int = ``100`  
Engine power level.


## Methods

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

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


#### start()


Start the engine.


Usage


``` python
start()
```


##### Returns


`bool`  
True if started.


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


#### stop()


Stop the engine.


Usage


``` python
stop()
```
