Adds support for openlibrary csv shelf name format
This commit is contained in:
8
bookwyrm/importers/openlibrary_import.py
Normal file
8
bookwyrm/importers/openlibrary_import.py
Normal file
@ -0,0 +1,8 @@
|
||||
""" handle reading a csv from openlibrary"""
|
||||
from . import Importer
|
||||
|
||||
|
||||
class OpenLibraryImporter(Importer):
|
||||
"""csv downloads from OpenLibrary"""
|
||||
|
||||
service = "OpenLibrary"
|
Reference in New Issue
Block a user