exercices/techno1/techno1P2.js

import AppliquerPourcentage from '../6e/6N33-1.js'
export const titre = 'Appliquer un pourcentage'
export const dateDePublication = '19/06/2022'
export { interactifReady, interactifType } from '../6e/6N33-1.js'

/**
 * Clone de 6N33-1 pour les 1er
 * @author Rémi Angot
 */

export const uuid = 'eb1e8'
export const ref = 'techno1P2'
export default class AppliquerPourcentage1 extends AppliquerPourcentage {
  constructor () {
    super()
    this.sup = 1
  }
}