def read_xml_file()

in utils.py [0:0]


def read_xml_file(file_path):
    with open(file_path) as file:
        return objectify.fromstring(file.read())