dev #6

Merged
WorldTeacher merged 15 commits from dev into main 2025-11-13 09:37:37 +00:00
Showing only changes of commit ce3eea7243 - Show all commits

View File

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