import B; // Import library module B import C; // Import library module C B.fun(); C.fun();