Salome HOME
42d4722d15feafbcfa6afea2e0757072a205a53a
[tools/yacsgen.git] / module_generator / __init__.py
1 """
2   Pacakge to generate SALOME modules with components
3   implemented in C++, Fortran or Python
4   that can use datastream ports 
5 """
6 from gener import Module, Service, Generator
7 from fcompo import F77Component
8 from cppcompo import CPPComponent
9 from pycompo import PYComponent
10 from astcompo import ASTERComponent