Create and view quotation page numbers
This commit is contained in:
@ -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"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user