diff --git a/aidge_export_arm_cortexm/export_registry.py b/aidge_export_arm_cortexm/export_registry.py index 2bdfac5798e1f4706c786f8ccf028a2a50a4a9ef..962be73c8084c3e9ba5494fa6ccdc050c633c4da 100644 --- a/aidge_export_arm_cortexm/export_registry.py +++ b/aidge_export_arm_cortexm/export_registry.py @@ -1,5 +1,5 @@ from aidge_core.export_utils import ExportLib -from aidge_export_arm_cortexm.utils import ROOT +from aidge_export_arm_cortexm import ROOT class ExportLibAidgeARM(ExportLib): _name="aidge_arm"