Source code for kittycad.models.make_plane

from pydantic import BaseModel, ConfigDict


[docs] class MakePlane(BaseModel): """The response from the `MakePlane` endpoint.""" model_config = ConfigDict(protected_namespaces=())