"""Video latent prediction model: DINO first-frame + learnable patches, self-attention, conv decode to 32x32 targets."""

from .model import VideoLatentModel

__all__ = ["VideoLatentModel"]
