move outgoing activitypub json into ap module

This commit is contained in:
Mouse Reeve
2020-02-17 20:47:27 -08:00
parent 75ef3baabd
commit e7dc4af907
4 changed files with 86 additions and 52 deletions

View File

@ -1,5 +1,6 @@
''' bring activitypub functions into the namespace '''
from .actor import get_actor
from .collection import get_add, get_remove
from .collection import get_outbox, get_outbox_page, get_add, get_remove
from .create import get_create
from .follow import get_follow_request, get_accept
from .status import get_review, get_status