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

@ -3,4 +3,5 @@
from .importer import Importer
from .goodreads_import import GoodreadsImporter
from .librarything_import import LibrarythingImporter
from .openlibrary_import import OpenLibraryImporter
from .storygraph_import import StorygraphImporter