Adds test
This commit is contained in:
parent
5fcea99029
commit
bb49d0dc9b
2 changed files with 34 additions and 0 deletions
|
@ -59,6 +59,9 @@ class Comment(Note):
|
|||
"""like a note but with a book"""
|
||||
|
||||
inReplyToBook: str
|
||||
readingStatus: str = None
|
||||
progress: int = None
|
||||
progressMode: str = None
|
||||
type: str = "Comment"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue