exercices/techno1/techno1E2.js

import AssocierCoefficient from '../3e/3P10-1.js'
export const titre = 'Associer évolution en pourcentage et coefficient'
export const dateDePublication = '19/06/2022'
export { interactifReady, interactifType } from '../3e/3P10-1.js'

/**
 * Clone de 3P10-1 pour les 1er
 * @author Rémi Angot
 */

export const uuid = 'e38d8'
export const ref = 'techno1E2'
export default class AssocierCoefficient1T extends AssocierCoefficient {
  constructor () {
    super()
    this.sup = 1
  }
}