diff --git a/src/ifcopenshell-python/ifcopenshell/stream.py b/src/ifcopenshell-python/ifcopenshell/stream.py index 6125e08647..79d13a6e04 100644 --- a/src/ifcopenshell-python/ifcopenshell/stream.py +++ b/src/ifcopenshell-python/ifcopenshell/stream.py @@ -86,6 +86,8 @@ try: return (int(items[0]), str(items[1]), items[2]) class stream(file): + schema: ifcopenshell.util.schema.IFC_SCHEMA = "IFC4" + def __init__(self, filepath: str): self.wrapped_data = None self.history_size = 64