1. 初始化仓库
2. 编辑了README文档 3. 初步实现了123云盘的基本api调用 4. 初步确定了项目结构
This commit is contained in:
8
__init__.py
Normal file
8
__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from .__version__ import *
|
||||
from ._api import *
|
||||
|
||||
|
||||
__all__ = [
|
||||
"API",
|
||||
"RateLimit",
|
||||
]
|
||||
Reference in New Issue
Block a user