from __future__ import annotations from .data_model import DataModel class DistanceData(DataModel): long: float medium: float close: float