refactor: refactor toolset (not finished)

This commit is contained in:
2025-07-23 22:35:47 +08:00
parent 685a0b8066
commit 9f591113f8
10 changed files with 658 additions and 54 deletions

View File

@ -0,0 +1,9 @@
[project]
name = "tools"
version = "1.0.0"
requires-python = ">=3.11"
dependencies = [
"pillow==10.2.0",
"polib>=1.2.0",
"pydantic>=2.11.7",
]