some class
This commit is contained in:
12
src/c/Teleporteur.py
Normal file
12
src/c/Teleporteur.py
Normal file
@@ -0,0 +1,12 @@
|
||||
__author__ = 'sidya'
|
||||
|
||||
|
||||
class Teleporteur :
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def teleporterVoiture(self, voiture, place):
|
||||
pass
|
||||
|
||||
def teleporterVoirureSuperAbonne(self, voiture):
|
||||
pass
|
||||
Reference in New Issue
Block a user