Python 3.10 compatibility

This commit is contained in:
Thomas Krijnen
2025-08-28 11:13:42 +02:00
parent a65fa1e606
commit 322fbe27d6
@@ -23,7 +23,8 @@ import ifcopenshell
import ifcopenshell.ifcopenshell_wrapper as ifcopenshell_wrapper
import ifcopenshell.util.attribute
import ifcopenshell.util.schema
from typing import Optional, Literal, Any, Union, TypedDict, NotRequired
from typing import Optional, Literal, Any, Union, TypedDict
from typing_extensions import NotRequired
try:
import glob