another test

This commit is contained in:
Jonas Zeunert
2020-03-12 00:01:24 +01:00
parent 9268fb46ce
commit d25a801f39
2 changed files with 1 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ from Target import Target
# points. Scores 10,000 points when not lit.
class FixedSpecialRedTarget(Target):
def __init__(self):
logging.info("test")
super(10000, "Special Red")
def hit(self):

View File

@@ -3,7 +3,6 @@ import logging
class TopBankMiddleRight(BankTarget):
def __init__(self):
logging.info("test")
super(100, "Top Bank Middle Right")
def hit(self):