Implementation parking creation

This commit is contained in:
sidya82
2014-12-26 23:09:49 +01:00
parent 27f6d954ea
commit 841eb620c6
14 changed files with 504 additions and 239 deletions

View File

@ -93,6 +93,8 @@ class ListeTypePlace:
return self.l
class Placement:
def __init__(self,debut,fin):
self.debut = debut