#include "pch.h" #include namespace py = pybind11; using namespace py::literals; int main() { py::scoped_interpreter guard{}; // start the interpreter and keep it alive py::print("Hello, World!"); // use the Python API }
0 件のコメント:
コメントを投稿