mes_elus/
│
├── __init__.py
├── icon.png
├── LICENSE
├── main_plugin.py
├── metadata.txt
├── lib/
│   ├── __init__.py
│   ├── apply_styles.py
│   ├── download_rne.py
│   ├── export.py
│   ├── geom_paths.py
│   ├── process_rne_geo.py
│   ├── select_perimeter.py
│   └── utils.py
├── ressources/
│   ├── logo.png
├── syles/
│   ├── conseillers-communautaires-epci.qml
│   ├── conseillers-departementaux-cd.qml
│   ├── conseillers-municipaux-cm.qml
│   ├── conseillers-regionaux-cr.qml
│   ├── deputes-dep.qml
│   ├── maires-mai.qml
│   ├── Président_Conseil_Départemental.qml
│   ├── Président_Conseil_Régional.qml
│   ├── President_epci.qml
│   ├── senateurs-sen.qml
└── test/
    └── test_plugin.py
