public PythonInterpreter()

in src/main/java/pemja/core/PythonInterpreter.java [44:46]


    public PythonInterpreter(PythonInterpreterConfig config) {
        initialize(config);
    }