2006-10-19 10:20:26 -04:00
|
|
|
#ifndef EL__SCRIPTING_PYTHON_LOAD_H
|
|
|
|
#define EL__SCRIPTING_PYTHON_LOAD_H
|
|
|
|
|
|
|
|
#include <Python.h>
|
|
|
|
|
2019-11-11 07:33:37 -05:00
|
|
|
PyObject *python_load(PyObject *self, PyObject *args);
|
|
|
|
extern char python_load_doc[];
|
2006-10-19 10:20:26 -04:00
|
|
|
|
|
|
|
#endif
|