//This file generated automatically from the MARIUS LP system, please do not edit.

public class Lector {

            private LectorImplIF imp= LectorImplIF.PRUEBA1;
            public String leer(){
              return imp.trabajar();
            }
              
        
} //End of class Lector
