6db4831e98
Android 14
10 lines
106 B
C
10 lines
106 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
#include <Python.h>
|
|
|
|
int main(void)
|
|
{
|
|
Py_Initialize();
|
|
|
|
return 0;
|
|
}
|