This commit is contained in:
Andrej730
2025-09-15 09:52:30 +05:00
parent 5de96c9f95
commit be66d4884d
23 changed files with 47 additions and 8 deletions
@@ -17,7 +17,8 @@
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
import ifcopenshell
from typing import Any, Union, Literal, Self
from typing import Any, Union, Literal
from typing_extensions import Self
# `std::vector<xxx>` usually translated to `tuple[xxx, ...]`.