from __future__ import annotations from .data_model import DataModel class AngleData(DataModel): high: float eye_level: float low: float