class GraphePondM:
    def __init__(self):
        self.matrice = []

    def add(self,L):
        self.matrice.append(L)