#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 <Python.h>
#include <grammar.h>
#include <node.h>
#include <parsetok.h>
#include <errcode.h>
#include <compile.h>
#include <eval.h>
#include <marshal.h>
#include <arrayobject.h>
#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
syntax highlighted by Code2HTML, v. 0.9.1