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

12
src/c/Teleporteur.py Normal file
View File

@@ -0,0 +1,12 @@
__author__ = 'sidya'
class Teleporteur :
def __init__(self):
pass
def teleporterVoiture(self, voiture, place):
pass
def teleporterVoirureSuperAbonne(self, voiture):
pass