"""Teacher (frozen) DINO features as targets; student (fine-tuned) DINO on first frame + SA predicts all frames."""

from .model import TeacherDinoVideo, StudentDinoVideo

__all__ = ["TeacherDinoVideo", "StudentDinoVideo"]
