import { Polygon } from "./Polygon"; export class Shape extends Polygon{ constructor() { super() } }