seanmceligot
Results
1
comments of
seanmceligot
Just to add to this. It's important if you are using type hints ```python from defusedxml.ElementTree import fromstring from xml.etree.ElementTree import Element root: Element = fromstring("") ```