How do I merge different edges from the same node?

I am using python Graphviz to gennerate a organization chart, the chart is like this:

my code is like this:

Is there any way to merge the lines in the red box ,since they all start from the same node?

I hope it could be like this:

Perhaps concentrate | Graphviz ?