mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 08:33:10 +00:00
bonsai - sort imports
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import os
|
||||
|
||||
import ifcopenshell
|
||||
import pandas as pd
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user