This commit is contained in:
Andrej730
2024-09-25 10:24:55 +05:00
parent fce7b4416e
commit 6ac40b4ab3
3 changed files with 18 additions and 9 deletions
@@ -19,6 +19,7 @@ from __future__ import annotations
import re
import json
import ifcopenshell
import ifcopenshell.util.attribute
import ifcopenshell.util.schema
from pathlib import Path
from typing import Any, NoReturn, Union, Optional, TYPE_CHECKING