add import to OutholeTarget.py

This commit is contained in:
andi
2020-01-23 21:57:29 +01:00
parent 222fd69ef7
commit 4591aa6731

View File

@@ -1,3 +1,5 @@
from Target import Target
class OutholeTarget(Target):
def __init__(self):
super(100, 'Outhole Target')