📁 Add new directory single-scripts

This commit is contained in:
2026-04-23 23:52:31 +08:00
parent cd0ba9d6c6
commit 173f2cef23
3 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[project]
name = "single-scripts"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"py-common-lib",
]
[tool.uv.sources]
py-common-lib = { git = "https://git.hatter.ink/hatter/py-common-lib.git" }