Files
kittycad.py/kittycad/models/entity_get_distance.py
Jess Frazelle 6e170684d5 bump
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2023-12-21 08:14:08 -08:00

12 lines
184 B
Python

from pydantic import BaseModel
class EntityGetDistance(BaseModel):
"""The response from the `EntitiesGetDistance` command."""
max_distance: float
min_distance: float