moviewyrm/fedireads/activitypub/__init__.py
2020-03-28 19:12:17 -07:00

14 lines
631 B
Python

''' bring activitypub functions into the namespace '''
from .actor import get_actor
from .book import get_book
from .create import get_create, get_update
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
from .status import get_favorite, get_unfavorite
from .status import get_add_tag, get_remove_tag