Create and view quotation page numbers
This commit is contained in:
parent
55b674258d
commit
b80de929fd
7 changed files with 116 additions and 8 deletions
|
@ -70,6 +70,8 @@ class Quotation(Comment):
|
|||
"""a quote and commentary on a book"""
|
||||
|
||||
quote: str
|
||||
position: int = None
|
||||
positionMode: str = None
|
||||
type: str = "Quotation"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue