We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efdc9d6 commit 84f84aaCopy full SHA for 84f84aa
__init__.py
@@ -10,7 +10,7 @@
10
11
from lark import Lark, Transformer, Tree, Token
12
from lark.exceptions import UnexpectedToken, UnexpectedCharacters
13
-from ifcopenshell.util.mvd_info import MvdInfo, LARK_AVAILABLE
+from .mvd_info import MvdInfo, LARK_AVAILABLE
14
15
class ValidationError(Exception):
16
pass
0 commit comments