working
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
from observable import Observable
|
||||
|
||||
|
||||
class Target(Observable):
|
||||
def __init__(self, points, name):
|
||||
self.points = points
|
||||
|
||||
Reference in New Issue
Block a user