Skip to Content

traitement d'un fichier .qgs (XML)

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