From 951f04dfdf666adb433f85e10044667da891a064 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 28 Oct 2020 09:44:30 +0100 Subject: [PATCH] =?UTF-8?q?Feat:=20Ajout=20d'une=20classe=20maths=20compl?= =?UTF-8?q?=C3=A9mentaires?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks.py b/tasks.py index ad8de20..145b289 100644 --- a/tasks.py +++ b/tasks.py @@ -16,6 +16,7 @@ TRIBES = [ {"name": "Terminale Terminale spé sti2d", "directory": "TST_sti2d"}, {"name": "Science numérique et technologique", "directory": "SNT"}, {"name": "Enseignement scientifique", "directory": "EnsSci"}, + {"name": "Maths Complémentaires", "directory": "Complementaire"}, ] AUTHOR = "Benjamin Bertrand"