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