mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-06 15:15:36 +01:00
Fix
This commit is contained in:
@@ -16,6 +16,8 @@ class Author(BaseModel):
|
||||
last_name: str
|
||||
middle_name: Optional[str]
|
||||
|
||||
annotation_exists: bool
|
||||
|
||||
|
||||
class Book(BaseModel):
|
||||
id: int
|
||||
|
||||
Reference in New Issue
Block a user