This commit is contained in:
tao.chen
2026-07-27 14:59:01 +08:00
commit 4f9bb9fd66
4 changed files with 1850 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "model-platform"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = []
[tool.uv.workspace]
members = [
"backend",
"runtime",
"common",
]