4 lines
219 B
Python
4 lines
219 B
Python
from .base import Base
|
|
from .geographie import Region, Departement, Commune, Circonscription, BureauVote
|
|
from .europeennes2024 import Bloc as Bloc2024, Nuance as Nuance2024, Liste as Liste2024, Candidat as Candidat2024
|