This commit is contained in:
2026-05-15 16:19:43 -04:00
parent 389cd0df04
commit 73098fe293
3 changed files with 57 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "whiskerbound"
version = "0.1.0"
description = "Cat Game"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"questionary>=2.1.1",
]