Contents:
from .base import KittyCadBaseModel [docs] class Pong(KittyCadBaseModel): """The response from the `/ping` endpoint.""" message: str