Python formatting
This commit is contained in:
parent
ac27111f05
commit
fec3d63e46
3 changed files with 37 additions and 23 deletions
|
@ -9,6 +9,7 @@ from .image import Image
|
|||
@dataclass(init=False)
|
||||
class BookData(ActivityObject):
|
||||
""" shared fields for all book data and authors"""
|
||||
|
||||
openlibraryKey: str = None
|
||||
inventaireId: str = None
|
||||
librarythingKey: str = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue