Salome HOME
e3fba40a4369a58f01cb85e5456583d8c5a870da
[tools/eficas.git] / Accas / A_MCLIST.py
1 from Noyau import N_MCLIST
2 from Validation import V_MCLIST
3 from Ihm import I_MCLIST
4
5 class MCList(I_MCLIST.MCList,N_MCLIST.MCList,V_MCLIST.MCList):
6    def __init__(self):
7       N_MCLIST.MCList.__init__(self)