from pydantic import BaseModel, ConfigDict class EntityMakeHelix(BaseModel): """The response from the `EntityMakeHelix` endpoint.""" helix_id: str model_config = ConfigDict(protected_namespaces=())