ActivityPub serialize book

This commit is contained in:
Mouse Reeve
2020-03-27 19:52:05 -07:00
parent 0557a5cc69
commit 5c475e448a
5 changed files with 68 additions and 4 deletions

View File

@ -1,6 +1,6 @@
''' bring activitypub functions into the namespace '''
from .actor import get_actor
from .book import get_book, get_book_list
from .book import get_book
from .create import get_create
from .follow import get_following, get_followers
from .follow import get_follow_request, get_unfollow, get_accept, get_reject