N叉树的后序遍历:https://leetcode-cn.com/problems/n-ary-tree-postorder-traversal/ :type root: Node :rtype: List[int]
(self, root)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected