Salome HOME
Version Aster 6.3.14
[tools/eficas.git] / Accas / A_MCNUPLET.py
1 from Extensions import mcnuplet
2 from Ihm import I_MCCOMPO
3
4 class MCNUPLET(mcnuplet.MCNUPLET,I_MCCOMPO.MCCOMPO):
5    def __init__(self,*pos,**args):
6       mcnuplet.MCNUPLET.__init__(self,*pos,**args)