Contents:
from .base import KittyCadBaseModel [docs] class KclModel(KittyCadBaseModel): """The response containing the KCL code.""" code: str