Clarify the import of IfcOpenShell's `geom`. In some cases it fails importing and initializing the regular way, `import ifcopenshell.geom`. But it works in this way ``` from ifcopenshell import geom geom.settings() ```