minimally wrap drawable
[mussa.git] / py / module.cpp
index f9e6b4fdc339b1d2c5ca0916f234055ba77bc397..72ae38cdf655301a1603a222c3cfb4a2237646fd 100644 (file)
@@ -4,8 +4,10 @@
 void export_alphabet();
 void export_annot();
 void export_annotation_colors();
+void export_annotations();
 void export_container_exceptions();
 void export_conserved_path();
+void export_drawable();
 void export_flps();
 void export_glsequence();
 void export_mussa();
@@ -20,7 +22,9 @@ BOOST_PYTHON_MODULE(mussa)
   export_alphabet();
   export_annot();
   export_annotation_colors();
+  export_annotations();
   export_conserved_path();
+  export_drawable();
   export_flps();
   export_seq_span();
   export_sequence();