package com.moscepa.entity;

public enum NiveauAcquisition {
    INITIATION,
    MAITRISE,
    EXPERTISE
}
