mvp implementation

This commit is contained in:
2026-03-26 14:01:10 -07:00
parent 0cde587220
commit ebcf404fde
33 changed files with 3048 additions and 6 deletions
+11
View File
@@ -0,0 +1,11 @@
[project]
name = "officeconvert-workspace"
version = "0.1.0"
description = "Workspace root for officeconvert Python packages."
requires-python = ">=3.12"
[tool.uv.workspace]
members = [
"packages/officeconvert",
"packages/server",
]