bookwyrm-mastodon/fedireads/models/__init__.py

7 lines
308 B
Python
Raw Normal View History

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