feat: add CLI with build and run commands

This commit is contained in:
2026-05-03 12:58:29 -05:00
parent 3067141e5d
commit c760a98e60
12 changed files with 200 additions and 122 deletions

View File

@@ -7,3 +7,7 @@ dependencies = []
[project.scripts]
tampy = "tampy.cli:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"