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

4
uv.lock generated
View File

@@ -1,8 +1,8 @@
version = 1
revision = 3
requires-python = ">=3.8"
requires-python = ">=3.9"
[[package]]
name = "tampy"
version = "0.1.0"
source = { editable = "." }
source = { virtual = "." }