How to Share a Node with Multiple Parents in anytree?
I am trying to build a tree structure using Python’s anytree library. However, I am facing an issue with sharing a node (specifically node 984) among multiple parents. Here is my code:
I am trying to build a tree structure using Python’s anytree library. However, I am facing an issue with sharing a node (specifically node 984) among multiple parents. Here is my code: