handle unset default editions
This commit is contained in:
parent
72c7829bab
commit
dfd730757d
4 changed files with 32 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue