Source code for kittycad.models.pong

from .base import KittyCadBaseModel


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