From 697b034c220fc6c8365fdcda7805ba89bd1c9dd6 Mon Sep 17 00:00:00 2001 From: Martin15135215 <110968398+Martin15135215@users.noreply.github.com> Date: Fri, 23 May 2025 16:55:31 +0200 Subject: [PATCH] Add annotation for file.header --- src/ifcopenshell-python/ifcopenshell/file.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcopenshell-python/ifcopenshell/file.py b/src/ifcopenshell-python/ifcopenshell/file.py index d7d240fa6a..2a00b284b3 100644 --- a/src/ifcopenshell-python/ifcopenshell/file.py +++ b/src/ifcopenshell-python/ifcopenshell/file.py @@ -267,6 +267,7 @@ class file: """ wrapped_data: ifcopenshell_wrapper.file + header: ifcopenshell_wrapper.IfcSpfHeader units: dict[str, entity_instance] = {} history_size: int = 64 history: list[Transaction]