minimally wrap drawable
[mussa.git] / py / module.cpp
index cd98f04fc602770c0849bcd65e2e6d6615b56626..72ae38cdf655301a1603a222c3cfb4a2237646fd 100644 (file)
@@ -7,6 +7,7 @@ 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();
@@ -23,6 +24,7 @@ BOOST_PYTHON_MODULE(mussa)
   export_annotation_colors();
   export_annotations();
   export_conserved_path();
+  export_drawable();
   export_flps();
   export_seq_span();
   export_sequence();