move loading editions to task
This commit is contained in:
@ -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 '''
|
||||
|
Reference in New Issue
Block a user