Merge remote-tracking branch 'origin/master'
This commit is contained in:
@ -8,6 +8,7 @@ class Parking:
|
||||
Definie un parking
|
||||
"""
|
||||
def __init__(self, nbNiv, typePlacesParNiv,nom):
|
||||
self.typePlacesParNiv = typePlacesParNiv
|
||||
self.__nom = nom
|
||||
self.__nbPlacesParNiveau = typePlacesParNiv.nbPlaceTotal
|
||||
self.__prix = 10
|
||||
|
@ -93,6 +93,8 @@ class ListeTypePlace:
|
||||
return self.l
|
||||
|
||||
|
||||
|
||||
|
||||
class Placement:
|
||||
def __init__(self,debut,fin):
|
||||
self.debut = debut
|
||||
|
Reference in New Issue
Block a user