bookwyrm/fedireads/models/__init__.py
2020-03-27 14:16:59 -07:00

7 lines
308 B
Python

''' bring all the models into the app namespace '''
from .book import Connector, Book, Work, Edition, Author
from .shelf import Shelf, ShelfBook
from .status import Status, Review, Comment, Favorite, Tag, Notification
from .user import User, FederatedServer, UserFollows, UserFollowRequest, \
UserBlocks