Metadata-Version: 2.1
Name: two
Version: 0.1.0
Summary: two.
Home-page: https://github.com/Ailln/two
Author: Ailln
Author-email: kinggreenhall@gmail.com
License: MIT License
Description: # two
        
        [![Pypi](https://img.shields.io/pypi/v/two.svg)](https://pypi.org/project/two/)
        [![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/Ailln/two/blob/master/LICENSE)
        
        😏随机一句「中二」的台词！
        
        ## 安装
        
        ```bash
        pip install two
        
        # 或者
        git clone https://github.com/Ailln/two.git
        cd two
        python setup.py install
        ```
        
        ## 使用
        
        ```python
        >>> import two
        >>> two.two()
        错的不是我，是世界！【叛逆的鲁鲁修R2】
        >>> two.two()
        你还差的远呢！【网球王子】
        ```
        
        ## 许可
        
        [![](https://award.dovolopor.com?lt=License&rt=MIT&rbc=green)](./LICENSE)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
