bookwyrm/bookwyrm/importers/__init__.py
2021-03-30 09:03:57 -07:00

6 lines
157 B
Python

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