# undo

Undo last operation on this model.

## Parameters

<dl>
<dd>None</dd>
</dl>

## Examples

```python
model.undo()
```
