bookwyrm/bookwyrm/importers/openlibrary_import.py

9 lines
177 B
Python

""" handle reading a csv from openlibrary"""
from . import Importer
class OpenLibraryImporter(Importer):
"""csv downloads from OpenLibrary"""
service = "OpenLibrary"