Files
bookwyrm-mastodon/bookwyrm/importers/storygraph_import.py
2021-12-14 11:58:56 -08:00

9 lines
173 B
Python

""" handle reading a csv from storygraph"""
from . import Importer
class StorygraphImporter(Importer):
"""csv downloads from Storygraph"""
service = "Storygraph"