🥇 export from upstream (be15b0d)

This commit is contained in:
sandcage-export
2026-05-21 23:15:51 +02:00
commit 29225e08fb
19 changed files with 3254 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[project]
name = "sandcage"
version = "0.1.0"
description = "Tooling and scripts for the Sandcage project"
requires-python = ">=3.12"
dependencies = []
[dependency-groups]
dev = [
"pytest>=9.0.3",
]