moviewyrm/bookwyrm/importers/storygraph_import.py

9 lines
173 B
Python
Raw Normal View History

""" handle reading a csv from storygraph"""
2021-05-10 17:00:51 +00:00
from . import Importer
class StorygraphImporter(Importer):
"""csv downloads from Storygraph"""
2021-05-10 17:00:51 +00:00
service = "Storygraph"