blob: 0c1641b0d9a748983880b05067104037dc301d47 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001// SPDX-License-Identifier: GPL-2.0
2#include <Python.h>
3
4int main(void)
5{
6 Py_Initialize();
7
8 return 0;
9}