New changelist

This commit is contained in:
sidya82
2014-12-23 19:05:26 +01:00
parent 3f5c766e2f
commit e091f37ca2
10 changed files with 411 additions and 75 deletions

View File

@@ -1,8 +1,6 @@
__author__ = 'sidya'
class Panneau:
def __init__(self):
pass
class Panneau:
def afficherNbPlaceDisponible(self, parking):
pass
print(parking.nbPlacesLibresParking())