Let's say that my C++ code has ```c++ namespace { const std::string foo = "Hello"; } ``` What is the right way for me to expose the `foo` constant via PyBindGen?