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 datasource 

4""" 

5from .convert import dBase2df, dBase2sqllite 

6from .geodata import load_french_departements 

7from .http_retrieve import download_data, DownloadDataException