add in_apparat bool
This commit is contained in:
@@ -75,6 +75,7 @@ class BookData:
|
||||
year: str | None = None
|
||||
pages: str | None = None
|
||||
library_location: int | None = None
|
||||
in_apparat: bool | None = False
|
||||
|
||||
def from_dict(self, data: dict):
|
||||
for key, value in data.items():
|
||||
|
||||
Reference in New Issue
Block a user