add library_location
not used yet, maybe in the future
This commit is contained in:
@@ -43,6 +43,7 @@ class BookData:
|
|||||||
place: str | None = None
|
place: str | None = None
|
||||||
year: str | None = None
|
year: str | None = None
|
||||||
pages: str | None = None
|
pages: str | None = None
|
||||||
|
library_location: int | None = None
|
||||||
|
|
||||||
def from_dict(self, data: dict):
|
def from_dict(self, data: dict):
|
||||||
for key, value in data.items():
|
for key, value in data.items():
|
||||||
|
|||||||
Reference in New Issue
Block a user