10 lines
172 B
Python
10 lines
172 B
Python
__author__ = 'sidya'
|
|
|
|
|
|
class Teleporteur :
|
|
def teleporterVoiture(self, voiture, place):
|
|
pass
|
|
|
|
def teleporterVoirureSuperAbonne(self, voiture):
|
|
pass
|