Create an Element object from a dictionary representation.
obj (dict) – A dictionary containing attributes of the Element.
A new Element object with attributes initialized using the values from the dictionary.
Element
Element.from_dict()