pub trait HasPython {
// Required methods
fn python(&self) -> &PythonExecutable;
fn into_python(self) -> PythonExecutable;
}
pub trait HasPython {
// Required methods
fn python(&self) -> &PythonExecutable;
fn into_python(self) -> PythonExecutable;
}