06c570bab3
* Added a first test 'testLoadSave.py'
9 lines
126 B
C
9 lines
126 B
C
#ifndef __PYTHON_SCRIPTING_H
|
|
#define __PYTHON_SCRIPTING_H
|
|
|
|
#include <Python.h>
|
|
|
|
void pcbnewInitPythonScripting(void);
|
|
|
|
#endif
|