All Downloads are FREE. Search and download functionalities are using the official Maven repository.

prompto.python.PythonExpression Maven / Gradle / Ivy

The newest version!
package prompto.python;

import prompto.utils.CodeWriter;



public interface PythonExpression {

	void toDialect(CodeWriter writer);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy