gallium.cli.form

class gallium.cli.form.Field(name: str, label: Union[str, NoneType], value: str, sensitive: bool, required: bool, default: str)