pybind11/tests/test_wip.cpp

4 lines
83 B
C++
Raw Normal View History

2024-06-29 17:55:25 +00:00
#include "pybind11_tests.h"
TEST_SUBMODULE(wip, m) { m.attr("__doc__") = "WIP"; }