This commit is contained in:
Jonas Zeunert
2022-09-03 19:43:28 +02:00
parent a5d41ba7cb
commit ef7acb7246
4 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
from Target import Target
from Sound import Sound
class LeftInlaneTarget(Target):
def __init__(self):
super().__init__(3000, 'Left Inlane')