1
0
Fork 0

Merge branch 'main' into authorized-fetch

This commit is contained in:
Mouse Reeve 2023-01-26 06:22:03 -08:00 committed by GitHub
commit f4de00088f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 685 additions and 27 deletions

View file

@ -92,3 +92,4 @@ class Author(BookData):
bio: str = ""
wikipediaLink: str = ""
type: str = "Author"
website: str = ""