1. 初始化仓库

2. 编辑了README文档
3. 初步实现了123云盘的基本api调用
4. 初步确定了项目结构
This commit is contained in:
2025-07-12 23:00:16 +08:00
commit 4904506310
8 changed files with 587 additions and 0 deletions

8
__version__.py Normal file
View 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"