def __init__(self, n, w, wet, c):
     '''Set the name and vertices of the shape'''
     soil.__init__(self,n, w, wet, c)
Exemple #2
0
 def __init__(self, n, w, wet, c):
     '''Set the name and vertices of the shape'''
     soil.__init__(self, n, w, wet, c)