2020-02-11 15:17:21 -08:00
|
|
|
''' bring all the models into the app namespace '''
|
|
|
|
from .book import Shelf, ShelfBook, Book, Author
|
|
|
|
from .user import User, FederatedServer
|
2020-02-16 18:22:01 -08:00
|
|
|
from .activity import Status, Review
|
2020-02-11 15:17:21 -08:00
|
|
|
|