Refactorisation des fonctions utils

This commit is contained in:
Colin Maudry
2026-04-18 18:32:57 +02:00
parent e352624c02
commit e4e1438220
14 changed files with 333 additions and 453 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from dash import Input, Output, callback, dcc, html, register_page
from src.db import get_cursor
from src.old_utils import DEPARTEMENTS
from src.utils.data import DEPARTEMENTS
NAME = "Département"