''' settings book data connectors ''' CONNECTORS = { 'OpenLibrary': { 'db_name': 'OpenLibrary', 'classname': 'fedireads.connectors.openlibrary', }, }