Python formatting

This commit is contained in:
Mouse Reeve
2021-04-06 18:17:33 -07:00
parent ac27111f05
commit fec3d63e46
3 changed files with 37 additions and 23 deletions

View File

@ -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