2020-02-11 15:17:21 -08:00
|
|
|
''' bring all the models into the app namespace '''
|
2020-03-06 22:56:44 -08:00
|
|
|
from .book import Book, Work, Edition, Author
|
|
|
|
from .shelf import Shelf, ShelfBook
|
2020-03-21 16:50:49 -07:00
|
|
|
from .status import Status, Review, Comment, Favorite, Tag, Notification
|
|
|
|
from .user import User, FederatedServer, UserFollows, UserFollowRequest, \
|
|
|
|
UserBlocks
|