1. 初始化仓库
2. 编辑了README文档 3. 初步实现了123云盘的基本api调用 4. 初步确定了项目结构
This commit is contained in:
8
__version__.py
Normal file
8
__version__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
__title__ = "123driver"
|
||||
__description__ = "A Python library for 123netdisk API"
|
||||
__url__ = "https://github.com/RiyueYuwu/123driver"
|
||||
__author__ = "RiyueYuwu"
|
||||
__author_email__ = "2995749773@qq.com"
|
||||
__version__ = "0.1.0"
|
||||
__license__ = "MIT"
|
||||
__copyright__ = "Copyright 2025 RiyueYuwu"
|
||||
Reference in New Issue
Block a user