I am new to tree data structure in python and I saw a piece of code like this:
>>> root = AnyNode(id="root")
So what is exactl