moviewyrm/bookwyrm/importers/storygraph_import.py

9 lines
175 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 librarything"""
service = "Storygraph"