import json
class Node:
def __init__(self, val):
self.val = val
self.students = []
class Tree:
nodes
import json
class Node:
def __init__(self, val):
self.val = val
self.students = []
class Tree:
nodes