Metadata-Version: 2.1
Name: shiter
Version: 0.1.1
Summary: 测试包shit
Home-page: UNKNOWN
Author: mitscoder
Author-email: kongw@whut.edu.cn
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

# Shit

A test package for development

## Install

`pip install shiter`

## Usage

```python
from shiter import print

print.biubiu()
```



