43void rpp::Core::setup_python() {
46 bp::class_<rpp::Core, rpp::CorePtr, boost::noncopyable>(
"Core", bp::init<bool>())
47 .def(
"transport", &rpp::Core::transport)
48 .def(
"application", &rpp::Core::application)
49 .def(
"getDropCount", &rpp::Core::getDropCount);