pyiem.models.mcd module# Storage of MCD stuff. class pyiem.models.mcd.MostProbableTags(*, hail=None, tornado=None, gust=None)[source]# Bases: BaseModel Parameters: hail (str | None) tornado (str | None) gust (str | None) hail: str | None# tornado: str | None# gust: str | None# model_config = {}# Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].