moviewyrm/bookwyrm/importers/storygraph_import.py
2021-11-10 16:49:54 -08:00

9 lines
175 B
Python

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