bookwyrm/fedireads/models/__init__.py
2020-03-06 22:58:51 -08:00

6 lines
242 B
Python

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