mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-18 06:30:54 +00:00
4 lines
83 B
C++
4 lines
83 B
C++
|
#include "pybind11_tests.h"
|
||
|
|
||
|
TEST_SUBMODULE(wip, m) { m.attr("__doc__") = "WIP"; }
|