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.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ee/part/common_fact_types.py b/src/ee/part/common_fact_types.py
index 12c099e..10ba1eb 100644
--- a/src/ee/part/common_fact_types.py
+++ b/src/ee/part/common_fact_types.py
@@ -1,5 +1,7 @@
import ee
-from ee.part import EeValueFactType, fact_keys
+from ee.part import EeValueFactType, fact_keys, FactType
+
+footprint = FactType(fact_keys.footprint, "Footprint")
resistance = EeValueFactType(fact_keys.resistance, "Resistance", ee.resistance_type)
capacitance = EeValueFactType(fact_keys.capacitance, "Capacitance", ee.capacitance_type)