exercices/2e/2N30-6.js

export const titre = 'Fractions irréductibles'

// eslint-disable-next-line import/first
import FractionsIrreductibles from '../3e/3A11.js'

// export { interactifReady, interactifType } from '../3e/3A12.js'
// export { amcReady, amcType } from '../3e/3A12.js'

/**
 * Clone de 3A12 pour les 2nde
 *
 * @author Sébastien LOZANO
 */
export const uuid = 'c1561'
export const ref = '2N30-6'
export default function FractionsIrreductibles2nde () {
  FractionsIrreductibles.call(this)
}