diff --git a/OMPython/OMParser.py b/OMPython/OMParser.py index 1377fc6..7c5fac0 100644 --- a/OMPython/OMParser.py +++ b/OMPython/OMParser.py @@ -33,8 +33,9 @@ """ import sys +from typing import Dict, Any -result = dict() +result: Dict[str, Any] = dict() inner_sets = [] next_set_list = []