importunittestfromcopyimportdeepcopyimportsubprocessimportosimportrandom# import test_funcs.simplest as tfimportcomsdk.parserasparsprsr=pars.Parser()print(prsr.fact.tocpp)graph=prsr.parse_file('./tests/parser_test/simple.adot')data={"a":1}graph.run(data)print(data)