bonsai bcf v3 - support working with bim snippets

This commit is contained in:
Andrej730
2024-08-19 16:37:23 +05:00
parent e12838d93e
commit 78c6401453
3 changed files with 39 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
import bcf.v2.model
import bcf.v3.model
from typing import Union
BimSnippet = Union[bcf.v2.model.BimSnippet, bcf.v3.model.BimSnippet]