exercices/2e/2N30-5.js

export const titre = 'Fractions et priorités opératoires'

// eslint-disable-next-line import/first
import SommeOuProduitFractions from '../4e/4C23.js'

export { interactifReady, interactifType } from '../4e/4C23.js'
// export { amcReady, amcType } from '../4e/4C23.js'

/**
 * Clone de 4C23 pour les 2nde
 *
 * @author Sébastien LOZANO
 */
export const uuid = '6575c'
export const ref = '2N30-5'
export default function SommeOuProduitFractions2nde () {
  SommeOuProduitFractions.call(this)
}