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

js.prompto.python.PythonParenthesisExpression Maven / Gradle / Ivy

package prompto.python;



public class PythonParenthesisExpression implements PythonExpression {

	PythonExpression expression;
	
	public PythonParenthesisExpression(PythonExpression expression) {
		this.expression = expression;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy