or this? ``` class HandLine : Path { construc...
# getting-started
p
or this?
Copy code
class HandLine : Path {
    constructor(a: Point2D, b: Point2D) : super() {
        // here
    }
}