Initial commit

This commit is contained in:
2026-07-03 09:42:51 -05:00
commit fab8a733bd
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",
]