## Widget


A UI widget.


Usage


``` python
Widget(label)
```


## Parameters


`label: str`  
Widget label.


## Methods

| Name | Description |
|----|----|
| [show()](#show) | Show the widget. |

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


#### show()


Show the widget.


Usage


``` python
show()
```
