This commit is contained in:
sidya82
2015-01-12 16:06:44 +01:00
parent cef87901a4
commit 1b34dd5c6a
42 changed files with 1392 additions and 744 deletions

View File

@@ -1,9 +1,18 @@
from src.m.Place import Placement
__author__ = 'sidya'
class Teleporteur :
class Teleporteur:
@classmethod
def teleporterVoiture(self, voiture, place):
p =Placement(voiture, place)
return p.id
@classmethod
def teleporterVoitureSuperAbonne(self, voiture):
pass
def teleporterVoirureSuperAbonne(self, voiture):
pass
@classmethod
def teleporterVersSortie(self, placement):
placement.end()