From e5f5b85c93e6b333cf6047000d48741f5dc161f9 Mon Sep 17 00:00:00 2001 From: "arthur.laine" Date: Mon, 3 Feb 2025 09:24:49 +0100 Subject: [PATCH] =?UTF-8?q?les=20fonctions=20sont=20maintenant=20compos?= =?UTF-8?q?=C3=A9=20de=20lafonction=20permettant=20de=20trier=20les=20stat?= =?UTF-8?q?s=20en=20listes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- afficheStats.py | 1 + main.py | 1 + manque.py | 1 + points.py | 1 + reussite.py | 1 + totalPoints.py | 1 + 6 files changed, 6 insertions(+) diff --git a/afficheStats.py b/afficheStats.py index e69de29..90eb2c5 100644 --- a/afficheStats.py +++ b/afficheStats.py @@ -0,0 +1 @@ +from traitement import traitement \ No newline at end of file diff --git a/main.py b/main.py index e69de29..90eb2c5 100644 --- a/main.py +++ b/main.py @@ -0,0 +1 @@ +from traitement import traitement \ No newline at end of file diff --git a/manque.py b/manque.py index e69de29..90eb2c5 100644 --- a/manque.py +++ b/manque.py @@ -0,0 +1 @@ +from traitement import traitement \ No newline at end of file diff --git a/points.py b/points.py index e69de29..90eb2c5 100644 --- a/points.py +++ b/points.py @@ -0,0 +1 @@ +from traitement import traitement \ No newline at end of file diff --git a/reussite.py b/reussite.py index e69de29..90eb2c5 100644 --- a/reussite.py +++ b/reussite.py @@ -0,0 +1 @@ +from traitement import traitement \ No newline at end of file diff --git a/totalPoints.py b/totalPoints.py index e69de29..90eb2c5 100644 --- a/totalPoints.py +++ b/totalPoints.py @@ -0,0 +1 @@ +from traitement import traitement \ No newline at end of file