forked from mirrors/bookwyrm
8 lines
173 B
Python
8 lines
173 B
Python
""" handle reading a csv from storygraph"""
|
|
from . import Importer
|
|
|
|
|
|
class StorygraphImporter(Importer):
|
|
"""csv downloads from Storygraph"""
|
|
|
|
service = "Storygraph"
|