CfgVar# class pyedb.configuration.cfg_common.CfgVar(/, **data: Any)# Bases: pydantic.BaseModel Represent one design or project variable entry. Overview# Attributes name value description Import detail# from pyedb.configuration.cfg_common import CfgVar Attribute detail# CfgVar.name: str# CfgVar.value: int | float | str# CfgVar.description: str | None = ''#