// This is the code library. export default ` new Circle({ point: [200, 200], }) new Rectangle({ point: [400, 300], }) `