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