package complex.embedding;

public interface EmbeddingTest
{
	boolean test();
}

