dev: 编写了测试路由,细化了项目结构

This commit is contained in:
2026-01-02 17:12:24 +08:00
parent 914ab9ec43
commit 686d828bfc
17 changed files with 204 additions and 78 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"flask>=3.1.2",
]