bookwyrm/fedireads/models/__init__.py
2020-02-15 11:13:49 -08:00

7 lines
244 B
Python

''' bring all the models into the app namespace '''
from .book import Shelf, ShelfBook, Book, Author
from .user import User, FederatedServer
from .activity import Activity, ShelveActivity, FollowActivity, \
ReviewActivity, Status, Review