mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-13 09:03:54 +00:00
8 lines
106 B
C++
8 lines
106 B
C++
#include <pybind/pybind.h>
|
|
#include <iostream>
|
|
|
|
using std::cout;
|
|
using std::endl;
|
|
|
|
namespace py = pybind;
|