diff --git a/src/targets/OutholeTarget.py b/src/targets/OutholeTarget.py index 45c0fe9..4a9c960 100644 --- a/src/targets/OutholeTarget.py +++ b/src/targets/OutholeTarget.py @@ -1,3 +1,5 @@ +from Target import Target + class OutholeTarget(Target): def __init__(self): super(100, 'Outhole Target')