C++ Python Package creates a function with Pass
I am trying to create a python package from C++ code. I have all the desired functionality in C++ and a setup.py file. Running the setup.py works fine and creates the package, however when I go to actually run the function or look at the code, the end code is just a defined function with a Pass in it. It doesn’t look like the C++ code is being ported.