Adds last edited by to author
This commit is contained in:
parent
c405580e8e
commit
db09ca4331
2 changed files with 8 additions and 3 deletions
|
@ -65,6 +65,7 @@ class Author(ActivityObject):
|
|||
""" author of a book """
|
||||
|
||||
name: str
|
||||
lastEditedBy: str = None
|
||||
born: str = None
|
||||
died: str = None
|
||||
aliases: List[str] = field(default_factory=lambda: [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue