dev #6
@@ -25,6 +25,7 @@ class BookData:
|
||||
old_book: Any | None = None
|
||||
media_type: str | None = None #
|
||||
in_library: bool | None = None # whether the book is in the library or not
|
||||
libraries: list[str] | None = field(default_factory=list)
|
||||
|
||||
def __post_init__(self):
|
||||
self.library_location = (
|
||||
|
||||
Reference in New Issue
Block a user