bookwyrm/bookwyrm/importers/storygraph_import.py

9 lines
173 B
Python

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