Move activitypub serialization into a module
This commit is contained in:
parent
b6964dd8aa
commit
75ef3baabd
9 changed files with 206 additions and 192 deletions
5
fedireads/activitypub/__init__.py
Normal file
5
fedireads/activitypub/__init__.py
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue