1
0
Fork 0

Move activitypub serialization into a module

This commit is contained in:
Mouse Reeve 2020-02-17 20:12:19 -08:00
parent b6964dd8aa
commit 75ef3baabd
9 changed files with 206 additions and 192 deletions

View file

@ -0,0 +1,5 @@
''' bring activitypub functions into the namespace '''
from .actor import get_actor
from .collection import get_add, get_remove
from .create import get_create
from .status import get_review, get_status