from .feed import FeedItem
from ..schemas.mediaphoto import MediaPhotoSchema


class MediaPhoto(FeedItem):
    schema = MediaPhotoSchema()
