
prompto.python.PythonExpression Maven / Gradle / Ivy
package prompto.python;
import prompto.utils.CodeWriter;
public interface PythonExpression {
void toDialect(CodeWriter writer);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy