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,4 +1,5 @@
import os
import ifcopenshell
import pandas as pd
+3 -2
View File
@@ -1,12 +1,13 @@
import csv
import os
import json
import os
# import pystache
import subprocess
import ifcopenshell
from pathlib import Path
import ifcopenshell
class Generator:
def __init__(self):
@@ -1,9 +1,10 @@
"""This script converts Graphisoft XML into an IFC file"""
import os
import xml.etree.ElementTree as ET
import ifcopenshell
import ifcopenshell.guid
import os
class IFC4Extractor: