add annot and motif classes to python interface
[mussa.git] / py / module.cpp
index 632b117fd5f5498f7832dbd14f57942aaf2fb476..91bdd115fbd6d9cfce15108ccdcd133d5a3d1414 100644 (file)
@@ -1,6 +1,7 @@
 #include <boost/python.hpp>
 using namespace boost::python;
 
+void export_annot();
 void export_annotation_colors();
 void export_conserved_path();
 void export_glsequence();
@@ -11,6 +12,7 @@ void export_mussa_window();
 
 BOOST_PYTHON_MODULE(mussa)
 {
+  export_annot();
   export_annotation_colors();
   export_conserved_path();
   export_glsequence();