From b4bb0e6e68dfd2f35b1d0b51615ff807e318002d Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:02:36 +0900 Subject: [PATCH] [+] Command --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c96e2cf..5f4c70f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,3 +7,6 @@ requires-python = ">=3.10" dependencies = [ "hypy-utils>=1.0.29", ] + +[project.scripts] +formtool = "formtool.__main__:main"