添加.python-version文件指定Python版本 将依赖从requirements.txt迁移至pyproject.toml 添加python-dotenv依赖用于环境变量管理 新增.env-example作为环境变量配置模板 生成uv.lock锁定依赖版本 添加example.py作为功能示例
0 lines
Python
0 lines
Python