pybind11/tests/test_wip.cpp
2024-06-29 11:04:19 -07:00

4 lines
83 B
C++

#include "pybind11_tests.h"
TEST_SUBMODULE(wip, m) { m.attr("__doc__") = "WIP"; }