exercices/2e/2G11-3.js

import MonSuperExerciceTropBeau from '../3e/3G31-1.js'
export const titre = 'Problèmes utilisant la trigonométrie'
// export { interactifReady, interactifType } from '../3e/3G31-1.js'
// export { amcReady, amcType } from '../3e/3G31-1.js'

/**
 * Clone de 3G31-1 pour les 2nde
 *
 * @author Sébastien LOZANO
 */
export const uuid = '20907'
export const ref = '2G11-3'
export default function MonSuperExerciceTropBeau2nde () {
  MonSuperExerciceTropBeau.call(this)
}