module impexp export x,y,z import x from exp1 import y from exp2 import z from exp3 endmodule