init commit

This commit is contained in:
YuanHui
2025-12-25 20:53:30 +08:00
commit 974ca695d4
7 changed files with 207 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "icon-process"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pillow>=12.0.0",
]