Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1""" 

2@file 

3@brief shortcuts to data 

4""" 

5 

6from .data_exceptions import DataFormatException 

7from .elections import elections_presidentielles, elections_presidentielles_local_files, elections_legislatives_bureau_vote 

8from .elections import elections_legislatives_circonscription_geo, elections_vote_place_address, elections_vote_places_geo 

9from .elections import villes_geo 

10from .geocoding import geocode 

11from .population import population_france_year, table_mortalite_france_00_02, fecondite_france, table_mortalite_euro_stat 

12from .wolf import wolf_xml, enumerate_wolf_xml_row, enumerate_wolf_synonyms