mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 10:59:17 +00:00
9 lines
181 B
Python
9 lines
181 B
Python
|
|
import toposort
|
||
|
|
import ifcpatch
|
||
|
|
import ifcpatch.recipes
|
||
|
|
import ifcopenshell.util.selector
|
||
|
|
import ifcopenshell.util.element
|
||
|
|
import ifcopenshell.util.schema
|
||
|
|
|
||
|
|
import ifcpatch.__main__
|