blob: c4af989cc2254f0756b279e62d693978acb612a5 (
plain)
1
2
3
4
5
|
{ "json_from_py": {"type": [".", "json_dicts"], "py_dicts": ["exported_py"]}
, "exported_py": {"type": "export", "target": "py_dict_files"}
, "py_dict_files":
{"type": [".", "py_dicts"], "py_files": ["foo.py", "bar.py"]}
}
|