added architecture and switched to CLICK implementation

This commit is contained in:
venus
2026-07-13 22:32:20 -05:00
parent 4b16a69b1a
commit 58351e1086
6 changed files with 84 additions and 19 deletions

View File

@@ -7,6 +7,7 @@ requires-python = ">=3.14"
dependencies = [
"platformdirs>=4.9.4",
"toml>=0.10.2",
"click",
]
[build-system]