bookwyrm/bookwyrm/importers/calibre_import.py

9 lines
166 B
Python
Raw Normal View History

""" handle reading a csv from calibre """
from . import Importer
class CalibreImporter(Importer):
"""csv downloads from OpenLibrary"""
service = "Calibre"