Initial commit

This commit is contained in:
2026-06-21 17:17:01 -05:00
commit a818d982a6
13 changed files with 1271 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
[project]
name = "python-template"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"copier>=9.15.1",
]