This commit is contained in:
Jonas Zeunert
2022-05-05 23:58:23 +02:00
parent 302b1e35ba
commit 63d7777d8e

View File

@@ -1,7 +1,7 @@
from Target import Target
class LeftBankRightTarget(Target):
class LeftBankRightTarget(BankTarget):
def __init__(self):
super().__init__(30000, 'Left Bank Right')