mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-20 05:33:38 +08:00
8 lines
112 B
C++
8 lines
112 B
C++
#include <pybind11/pybind11.h>
|
|
#include <iostream>
|
|
|
|
using std::cout;
|
|
using std::endl;
|
|
|
|
namespace py = pybind11;
|