Salome HOME
update version
[tools/eficas.git] / Accas / A_TUPLE.py
1 #
2 from __future__ import absolute_import
3 from Noyau import N_TUPLE
4 from Ihm  import I_TUPLE
5
6 class Tuple (N_TUPLE.N_Tuple): pass
7 class Matrice (I_TUPLE.I_Matrice,N_TUPLE.N_Matrice):pass
8 #      def __init__(self,*tup,**args):
9 #          I_TUPLE.I_Matrice.__init__(self)
10 #          N_TUPLE.N_Matrice(self,*tup,**args)
11 #          print (tup)
12 #          print (args)