py_initialize method

void py_initialize()

Initialize pocketpy and the default VM.

Implementation

void py_initialize() {
  return _py_initialize();
}