resolve conflicts

This commit is contained in:
andi
2020-01-23 22:28:29 +01:00
17 changed files with 154 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
from Target import Target
class RightDropTarget(Target):
def __init__(self):
super(100, 'Right Drop Target')
def hit(self):
from Target import Target
class RightDropTarget(Target):
def __init__(self):
super(100, 'Right Drop Target')
def hit(self):
super.hit()