2023-10-13 00:03:19 +03:00

13 lines
174 B
C

#ifndef Py_GENOBJECT_H
#define Py_GENOBJECT_H
#ifdef __cplusplus
extern "C" {
#endif
#include "cpyext_genobject.h"
#ifdef __cplusplus
}
#endif
#endif /* !Py_GENOBJECT_H */