mirror of
https://github.com/Fare-spec/cours.git
synced 2025-12-07 10:50:36 +00:00
Auto urgent commit.
This commit is contained in:
@@ -122,4 +122,9 @@ class Arbre(object):
|
||||
if self.est_vide():
|
||||
return Arbre(racine=elt)
|
||||
else:
|
||||
return Arbre(elt,self)
|
||||
def enlever(self):
|
||||
pass
|
||||
def display(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user