mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
8 lines
116 B
Python
8 lines
116 B
Python
map = {
|
|
'node': {
|
|
'key1': 'key1value',
|
|
'key2': 'key2value',
|
|
'key3': 'key3value'
|
|
}
|
|
}
|