Shuffle around some activitypub serializer files

This commit is contained in:
Mouse Reeve
2020-03-27 18:39:26 -07:00
parent 16855228b0
commit 0557a5cc69
5 changed files with 137 additions and 136 deletions

View File

@ -1,10 +1,11 @@
''' bring activitypub functions into the namespace '''
from .actor import get_actor
from .collection import get_outbox, get_outbox_page
from .collection import get_add, get_remove
from .collection import get_following, get_followers
from .book import get_book, get_book_list
from .create import get_create
from .follow import get_following, get_followers
from .follow import get_follow_request, get_unfollow, get_accept, get_reject
from .outbox import get_outbox, get_outbox_page
from .shelve import get_add, get_remove
from .status import get_review, get_review_article
from .status import get_comment, get_comment_article
from .status import get_status, get_replies, get_replies_page