Source code for kittycad.models.pong


from pydantic import BaseModel



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