python try

This commit is contained in:
2026-07-26 17:53:46 +00:00
parent e742f41ccb
commit b2dab0ee65
13 changed files with 202 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "creaturedex"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = []
[dependency-groups]
dev = [
"mpremote>=1.28.0",
]