String output = ">>> ";
String input = "";
public PythonConsolePage() {
Python python = getGeoServerApplication().getBeanOfType(Python.class);
python.interpreter();
model = new PythonInterpreterDetachableModel();
Form form = new Form("form");
add(form);