This is a basic module. Put your header files in a subdirectory of "include"
your shared implementation in a subdirectory of "src" and any python
implementation files in "pyext/helper". Any ".cpp" file in "bin"
will be built into an executable linked against the library created from
"src".