This commit is contained in:
2025-11-08 11:21:54 +01:00
parent 1f77db8472
commit 328d48f861
16 changed files with 516 additions and 23 deletions

13
TP-01/Pipfile Normal file
View File

@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
jinja2 = "*"
pyyaml = "*"
[dev-packages]
[requires]
python_version = "3.12"