/*
to be used for build python tests in a stub binary for the case of using system python
*/

int main(void) {
    return 0;
}