# test Library

this is function for test pip install and test python


### how to install
```sh
pip install test
```

### how to use
```sh
from test import test
test()
```
