An open API service indexing awesome lists of open source software.

https://github.com/pyzh/c.py

python API 中文化
https://github.com/pyzh/c.py

Last synced: over 1 year ago
JSON representation

python API 中文化

Awesome Lists containing this project

README

          

用法:

```
#from debug import *
import debug as d

d.打印("你怎么回事?小老弟")

```

常见疑问:

1. 如何避免手动import? 答:添加到sys.path就可以了