Metadata-Version: 2.1
Name: Mydemos-pkg
Version: 1.2.4.0
Summary: a small pkg demos for you and everyone
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown


```shell
pip install Mydemos_pkg
```
~~lastest_version~~
OK,I will have a list for the version that released.
1.0.1.1
1.1.1.0
1.1.3.0
1.1.4.0
1.2.1.0
1.2.3.0
1.2.3.1
```py
'''
USAGE
'''
from Mydemos_pkg.nim import nim
nim()
from Mydemos_pkg.sort import sort_test
sort_test()
```
so it's that.......
_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-



