mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 01:10:01 +00:00
ifcm - fix missing ifcopenshell import
This commit is contained in:
@@ -20,6 +20,7 @@ import os
|
|||||||
import re
|
import re
|
||||||
import csv
|
import csv
|
||||||
import importlib
|
import importlib
|
||||||
|
import ifcopenshell.util.selector
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
from typing import Literal, Union, Any, Callable
|
from typing import Literal, Union, Any, Callable
|
||||||
|
|||||||
Reference in New Issue
Block a user