move things into different files
This commit is contained in:
5
fedireads/models/__init__.py
Normal file
5
fedireads/models/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
''' 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
|
||||
|
Reference in New Issue
Block a user