Updates models

This commit is contained in:
Mouse Reeve
2022-01-09 14:21:13 -08:00
parent bae01e1ea5
commit 63075a6fe9
5 changed files with 110 additions and 45 deletions

View File

@ -4,7 +4,7 @@ import sys
from .book import Book, Work, Edition, BookDataModel
from .author import Author
from .link import Link, FileLink
from .link import Link, FileLink, LinkDomain
from .connector import Connector
from .shelf import Shelf, ShelfBook