Store Sequence sequence location in a shared_ptr class
[mussa.git] / py / module_qui.cpp
1 #include <boost/python.hpp>
2 using namespace boost::python;
3
4 void export_gui_proxy();
5
6 BOOST_PYTHON_MODULE(mussaqui)
7 {
8   export_gui_proxy();
9 }