package ovh.herisson.Clyde.Tables;
public enum Role {
Teacher,
Student,
Admin,
InscriptionService,
Secretary;
}