bonsai - sort imports

This commit is contained in:
Andrej730
2026-01-26 17:11:12 +05:00
parent 1319391a6b
commit 953c5fddc6
524 changed files with 3338 additions and 2344 deletions
+1 -1
View File
@@ -18,9 +18,9 @@
"""This script converts the computer iterpretable listing ifcXML XSD into a JSON file"""
import xml.etree.ElementTree as ET
import collections
import json
import xml.etree.ElementTree as ET
class IFC4Extractor: