Salome HOME
Version initiale de EFICAS 1.2
[tools/eficas.git] / Accas / A_PRESENT_PRESENT.py
1 from Noyau import N_REGLE
2 from Validation import V_PRESENT_PRESENT
3 from Ihm import I_PRESENT_PRESENT
4
5 class PRESENT_PRESENT(I_PRESENT_PRESENT.PRESENT_PRESENT,
6                       V_PRESENT_PRESENT.PRESENT_PRESENT,
7                       N_REGLE.REGLE):
8    """
9        La classe utilise l'initialiseur de REGLE. Il n'est pas 
10        nĂ©cessaire d'expliciter son initialiseur car 
11        V_PRESENT_PRESENT.PRESENT_PRESENT n'en a pas 
12    """