package chords.expression;
public interface Expressao {
boolean checaNota();
String getFormacaoDaNota();
}