init: initial commit

This commit is contained in:
han0
2020-11-11 09:09:44 +08:00
commit d2ca865308
8 changed files with 44 additions and 0 deletions

10
package.py Normal file
View File

@@ -0,0 +1,10 @@
package = {
'name': 'nc_http',
'version': '0.0.1',
'author': 'han0',
'email': 'wslshanlin@sina.com',
'scripts': {
'default': 'echo 请输入明确的命令名称'
}
}