bookwyrm/bookwyrm/importers/__init__.py
2021-05-10 14:00:51 -03:00

7 lines
207 B
Python

""" import classes """
from .importer import Importer
from .goodreads_import import GoodreadsImporter
from .librarything_import import LibrarythingImporter
from .storygraph_import import StorygraphImporter