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