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

public class Tenor extends Cantante {

  public void ejecutarNota(){ System.out.println("DO");}

} //End of class Tenor
