Files
Upsilon/python/port/mod/matplotlib/modmatplotlib.cpp

14 lines
203 B
C++

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