Co-authored-by: Daniel Burgess <developerdannymate@gmail.com> Co-authored-by: Hugh Rundle <hugh@hughrundle.net> Co-authored-by: dannymate <dannymate@noreply.codeberg.org> Co-authored-by: hughrun <hughrun@noreply.codeberg.org> Reviewed-on: https://codeberg.org/GuildAlpha/bookwyrm/pulls/38 Co-authored-by: CSDUMMI <csdummi.misquality@simplelogin.co> Co-committed-by: CSDUMMI <csdummi.misquality@simplelogin.co>
9 lines
349 B
Python
9 lines
349 B
Python
""" import classes """
|
|
|
|
from .importer import Importer
|
|
from .bookwyrm_import import BookwyrmImporter
|
|
from .calibre_import import CalibreImporter
|
|
from .goodreads_import import GoodreadsImporter
|
|
from .librarything_import import LibrarythingImporter
|
|
from .openlibrary_import import OpenLibraryImporter
|
|
from .storygraph_import import StorygraphImporter
|