exercices/2e/2G10-2.js

import demonstrationsParallelogrammes from '../5e/5G42.js'
export const titre = 'Natures de parallélogrammes'
// export { interactifReady, interactifType } from '../5e/5G42.js'
// export { amcReady, amcType } from '../5e/5G42.js'

/**
 * Clone de 5G42 pour les 2nde
 *
 * @author Sébastien LOZANO
 */
export const uuid = '86a65'
export const ref = '2G10-2'
export default function DemonstrationsParallelogrammes2nde () {
  demonstrationsParallelogrammes.call(this)
}