Python 项目模板 示例命令 格式化代码: isort . && black . 启动命令行帮助: typer cli.py run --help 启动服务器(开发模式): fastapi dev server.py 启动服务器(生产模式): fastapi run server.py