handle unset default editions
This commit is contained in:
@ -49,6 +49,7 @@ class Edition(Book):
|
||||
class Work(Book):
|
||||
''' work instance of a book object '''
|
||||
lccn: str = ''
|
||||
defaultEdition: str = ''
|
||||
editions: List[str]
|
||||
type: str = 'Work'
|
||||
|
||||
|
Reference in New Issue
Block a user