move loading editions to task

This commit is contained in:
Mouse Reeve
2020-04-01 22:11:31 -07:00
parent 1caf19863e
commit 22c1d65ab9
4 changed files with 55 additions and 15 deletions

View File

@ -43,6 +43,12 @@ class AbstractConnector(ABC):
pass
@abstractmethod
def expand_book_data(self, book):
''' get more info on a book '''
pass
@abstractmethod
def get_or_create_author(self, book_id):
''' request and format a book given an identifier '''