from __future__ import annotations from .data_model import DataModel class ContactData(DataModel): offer: float demand: float