1 2 3 4 5 6 7 8 9 10
#include "py_eval.h" #include "session.h" using namespace boost::python; BOOST_PYTHON_MODULE(ledger) { ledger::initialize(); ledger::initialize_for_python(); }