Salome HOME
6675920ba53680d0389b08589dd2b79e0d1750e7
[tools/eficas.git] / Accas / A_ENSEMBLE.py
1 from Noyau import N_REGLE
2 from Validation import V_ENSEMBLE
3 from Ihm import I_REGLE
4
5 class ENSEMBLE(I_REGLE.REGLE,V_ENSEMBLE.ENSEMBLE,N_REGLE.REGLE):
6    """
7        La classe utilise l'initialiseur de REGLE. Il n'est pas 
8        nĂ©cessaire d'expliciter son initialiseur car 
9        V_ENSEMBLE.ENSEMBLE n'en a pas 
10    """