import FactoriserParNombreOux from '../3e/3L11-4.js'
export const titre = 'Factoriser une expression'
export { interactifReady, interactifType } from '../3e/3L11-4.js'
export { amcReady, amcType } from '../3e/3L11-4.js'
/**
* Clone de 3L11-4 pour les 2nde
* @author Sébastien Lozano
*/
export const uuid = '2e5df'
export const ref = '2N40-5'
export default function FactoriserParNombreOux2e () {
FactoriserParNombreOux.call(this)
}