@ -1,4 +1,6 @@
from Shape import Shape
class Line(Shape):
def __init__(self, x0, y0, x1, y1):
self.vars = [x0, y0, x1, y1]
The note is not visible to the blocked user.