From 4591aa6731bfc4249cbdfee5819f7f8625f0927f Mon Sep 17 00:00:00 2001 From: andi Date: Thu, 23 Jan 2020 21:57:29 +0100 Subject: [PATCH] add import to OutholeTarget.py --- src/targets/OutholeTarget.py | 2 ++ 1 file changed, 2 insertions(+) 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')