Adds support for openlibrary csv shelf name format

This commit is contained in:
Mouse Reeve
2021-12-14 11:58:56 -08:00
parent 79af354dfd
commit bb69c32a6c
6 changed files with 106 additions and 6 deletions

View File

@ -0,0 +1,8 @@
""" handle reading a csv from openlibrary"""
from . import Importer
class OpenLibraryImporter(Importer):
"""csv downloads from OpenLibrary"""
service = "OpenLibrary"