bookwyrm-mastodon/bookwyrm/importers/__init__.py

8 lines
259 B
Python
Raw Normal View History

2021-03-30 11:56:25 -04:00
""" import classes """
from .importer import Importer
from .goodreads_import import GoodreadsImporter
from .librarything_import import LibrarythingImporter
from .openlibrary_import import OpenLibraryImporter
2021-05-10 13:00:51 -04:00
from .storygraph_import import StorygraphImporter