some class

This commit is contained in:
sidya82
2014-12-05 15:54:04 +01:00
parent d71d4f3309
commit 21e97f5362
18 changed files with 147 additions and 13 deletions

8
src/v/Panneau.py Normal file
View File

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