#ifndef PYTHON_MAIN_H #define PYTHON_MAIN_H /* Please do not remove the next line, it is really needed here */ void **PyArray_API; #define NO_IMPORT #include #include #include #include #include #include #include #include #include #include "python_int.h" #include "python_sheet.h" #include "python_command.h" #include "python_term.h" #include "python_config.h" #include "import_data.h" #endif