Adds book data source connector database table

This commit is contained in:
Mouse Reeve
2020-03-27 14:14:28 -07:00
parent fd077f482a
commit 8494719512
6 changed files with 102 additions and 8 deletions

View File

@ -61,4 +61,5 @@ class SearchResult(object):
self.raw_data = raw_data
def __repr__(self):
return "<SearchResult key={!r} title={!r} author={!r}>".format(self.key, self.title, self.author)
return "<SearchResult key={!r} title={!r} author={!r}>".format(
self.key, self.title, self.author)