# core


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

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

<a
href="https://github.com/Gaurav-Adlakha/test_5_dec/blob/main/test_5_dec/core.py#L9"
target="_blank" style="float:right; font-size:smaller">source</a>

### foo

>  foo ()

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

<a
href="https://github.com/Gaurav-Adlakha/test_5_dec/blob/main/test_5_dec/core.py#L12"
target="_blank" style="float:right; font-size:smaller">source</a>

### hoo

>  hoo (x:int)

*some gyan about the function*

<table>
<thead>
<tr>
<th></th>
<th><strong>Type</strong></th>
<th><strong>Details</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>x</td>
<td>int</td>
<td>some var for input</td>
</tr>
</tbody>
</table>

``` python
hoo(1)
```

do nothing
