moviewyrm/fedireads/models/__init__.py
2020-02-16 18:22:01 -08:00

6 lines
179 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 Status, Review