mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
14 lines
203 B
C++
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;
|
|
}
|