Skip to main content
2 votes
1 answer
85 views

I have a script that I load via: python = new PythonInterpreter(); String script = "script I loaded from somewhere" try { python.exec(script); } catch (Exception e) { ...
Robert's user avatar
  • 25