some class
This commit is contained in:
17
src/m/Parking.py
Normal file
17
src/m/Parking.py
Normal file
@ -0,0 +1,17 @@
|
||||
__author__ = 'sidya'
|
||||
|
||||
|
||||
class Parking :
|
||||
def __init__(self, placesParNiv, nbNiv):
|
||||
self.__nbPlacesParNiveau = placesParNiv
|
||||
self.__prix = 10
|
||||
self.__nbNiveaux = nbNiv
|
||||
|
||||
def recherchePlace(self,voiture):
|
||||
pass
|
||||
|
||||
def nbPlacesLibresParNiveau(self, niveau):
|
||||
pass
|
||||
|
||||
def addAbonnement(self, Abonnement):
|
||||
pass
|
Reference in New Issue
Block a user