extern "C" { #include "modmatplotlib.h" #include "pyplot/modpyplot.h" } #include // Internal functions mp_obj_t modmatplotlib___init__() { modpyplot___init__(); return mp_const_none; }