initial commit

This commit is contained in:
2026-06-22 17:12:37 -04:00
commit f95719a7ab
6 changed files with 51 additions and 0 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "untitled-cat-game"
version = "0.1.0"
description = "Untitled Cat Game"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []