bookwyrm/fedireads/models/__init__.py
2020-02-22 14:02:03 -08:00

6 lines
210 B
Python

''' bring all the models into the app namespace '''
from .book import Shelf, ShelfBook, Book, Author
from .user import User, UserRelationship, FederatedServer
from .status import Status, Review, Favorite, Tag