moved code

This commit is contained in:
brian
2024-10-20 20:21:16 +00:00
parent 6f06485776
commit 1a6cf69346
27 changed files with 8 additions and 7 deletions
@@ -0,0 +1,13 @@
"""Definition of ModalityDepthData data model."""
from __future__ import annotations
from .data_model import DataModel
class ModalityDepthData(DataModel):
"""ModalityDepthData data model."""
high: float
medium: float
low: float