diff --git a/src/targets/OutholeTarget.py b/src/targets/OutholeTarget.py new file mode 100644 index 0000000..fc2c11e --- /dev/null +++ b/src/targets/OutholeTarget.py @@ -0,0 +1,7 @@ +class OutholeTarget(Target): + def __init__(self): + self.points = 100 + super(points) + + def hit(self): + super.hit() \ No newline at end of file