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

7
_main.py Normal file
View File

@@ -0,0 +1,7 @@
import os
import time
def main():
print("Hello, world!")
time.sleep(5)