hydroflows.workflow.Wildcards#
- class hydroflows.workflow.Wildcards(*, wildcards: dict[str, list[str]] = {})[source]#
Bases:
BaseModel
Wildcards class.
This class is used to define the wildcards for the workflow.
- model_config: ClassVar[ConfigDict] = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].