Implementation parking vue

This commit is contained in:
sidya82
2014-12-26 17:38:51 +01:00
parent b0b630fd22
commit 27f6d954ea
8 changed files with 196 additions and 76 deletions

View File

@ -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