Skip to Content

traitement d'un fichier .qgs (XML)

 with open('test.qgs', 'r') as f:
    arbre = ET.parse(f)