"""Contains the ElementMaker for ERN DDEX v43.""" from lxml.objectify import ElementMaker E = ElementMaker( annotate=False, nsmap={ 'ern': 'http://ddex.net/xml/ern/43', 'xs': 'http://www.w3.org/2001/XMLSchema-instance', }, )