Support multiple python versions for code generation
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from typing import Dict
|
||||
from codegen.datatypes import CDataType
|
||||
from codegen.dbl_list.make_dbl_list import DblListData, make_dbl_list
|
||||
|
||||
@@ -7,7 +8,7 @@ def main():
|
||||
|
||||
|
||||
def gen_dbl_list():
|
||||
datatypes: dict[CDataType, DblListData] = {}
|
||||
datatypes: Dict[CDataType, DblListData] = {}
|
||||
make_dbl_list(datatypes)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user