aboutsummaryrefslogtreecommitdiff
path: root/src/ee/part/common_fact_types.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/ee/part/common_fact_types.py')
-rw-r--r--src/ee/part/common_fact_types.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ee/part/common_fact_types.py b/src/ee/part/common_fact_types.py
index 10ba1eb..7474437 100644
--- a/src/ee/part/common_fact_types.py
+++ b/src/ee/part/common_fact_types.py
@@ -5,5 +5,6 @@ footprint = FactType(fact_keys.footprint, "Footprint")
resistance = EeValueFactType(fact_keys.resistance, "Resistance", ee.resistance_type)
capacitance = EeValueFactType(fact_keys.capacitance, "Capacitance", ee.capacitance_type)
+inductance = EeValueFactType(fact_keys.inductance, "Inductance", ee.inductance_type)
ee_component_type = EeValueFactType(fact_keys.ee_component_type, "EE component type", ee.capacitance_type)