Use CollectionItem objects

This commit is contained in:
Mouse Reeve
2021-04-08 14:16:34 -07:00
parent 6617cede37
commit 98161b9041
3 changed files with 29 additions and 8 deletions

View File

@ -10,6 +10,7 @@ from .note import Note, GeneratedNote, Article, Comment, Quotation
from .note import Review, Rating
from .note import Tombstone
from .ordered_collection import OrderedCollection, OrderedCollectionPage
from .ordered_collection import CollectionItem, ListItem, ShelfItem
from .ordered_collection import BookList, Shelf
from .person import Person, PublicKey
from .response import ActivitypubResponse