bonsai - fix ifcsqlite import (546a042)

This commit is contained in:
Andrej730
2025-11-04 18:55:04 +05:00
parent 04d1fe4052
commit a50c8869a5
2 changed files with 13 additions and 0 deletions
@@ -294,6 +294,10 @@ try:
f"No `wrapped_data` for {class_name}. `ifcopenshell.{class_name}` is probably confused with `ifcopenshell.file`."
)
@property
def header(self) -> NoReturn:
raise NotImplementedError("`stream.header` is not implemented yet.")
@property
def schema(self) -> ifcopenshell.util.schema.IFC_SCHEMA:
return self._schema