"""V3 face student model: causal TCN that distills compiler+LAM+V2 teacher."""
from .config import V3FaceConfig
from .model import V3FaceModel
from .dataset import BlendshapeDataset
