Ajout TP-02

This commit is contained in:
2025-11-13 09:34:59 +01:00
parent 5c7fa4d11a
commit ef4dffe5ef
11 changed files with 279 additions and 13 deletions

12
TP-02/Pipfile Normal file
View File

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