I have a c++ runtime UsdstageRefPtr instance and I would like to run a python script from that same application and somehow access the equivalent python UsdStage to perform some post processing on it. PyBind seems like it will be necessary. Has anyone ever done something similiar?