bookwyrm/fedireads/models/__init__.py

6 lines
219 B
Python
Raw Normal View History

2020-02-11 23:17:21 +00:00
''' 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, Review, Note