from .feed import FeedItem
from ..schemas.mediavideo import MediaVideoSchema


class MediaVideo(FeedItem):
    schema = MediaVideoSchema()
