class SelectionTool extends Tool { constructor(name, options, switchFunc) { super(name, options, switchFunc); } }