move loading editions to task
This commit is contained in:
parent
1caf19863e
commit
22c1d65ab9
4 changed files with 55 additions and 15 deletions
|
@ -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 '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue