feat: add blocks_tool

This commit is contained in:
2026-05-26 13:32:50 +08:00
parent 23e105ffae
commit 73f8c1f2be
5 changed files with 180 additions and 1 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "cubed"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"loguru>=0.7.3",
]
[dependency-groups]
dev = [
"ruff>=0.15.14",
]