class FreeCadMetaModel(object): def __init__(self, label, vertex) -> None: self.label = label self.vertex = vertex