# If operator is not defined, then it means we try to register a MetaOperator
ifregister_funcnotindir(aidge_core):
raiseValueError(f"Operator of type: {type_name} is not declared as registrable!\nHint: If you try to register a MetaOperator use register_metaop instead.")
else:
# Equivalent to aidge_core.register_ConvOp("ExportLibX", ExportLibX)