Skip to content

Commit 123ddd8

Browse files
committed
[OMTypedParser] compatibility layer
1 parent 5328fab commit 123ddd8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

OMPython/OMTypedParser.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,6 @@ def om_parser_typed(string) -> Any:
161161
if len(res) == 0:
162162
return None
163163
return res[0]
164+
165+
166+
parseString = om_parser_typed

0 commit comments

Comments
 (0)