exercices/2e/2G11-1.js

import ProblemesPythagore from '../4e/4G22.js'
export const titre = 'Problèmes utilisant le théorème de Pythagore'
// export { interactifReady, interactifType } from '../4e/4G22.js'
// export { amcReady, amcType } from '../4e/4G22.js'

/**
 * Clone de 4G22 pour les 2nde
 *
 * @author Sébastien LOZANO
 */
export const uuid = '109b1'
export const ref = '2G11-1'
export default function ProblemesPythagore2nde () {
  ProblemesPythagore.call(this)
}