import xml.etree.ElementTree as et
tree = et.parse("./Parser/APIResponse.xml")
root = tree.getroot()
print(tree.findall("EnrollmentInfo"))