vidya7732/AI_Doctor_LLM_GenModel
0
1#ifndef Py_INTERPRETERIDOBJECT_H2#define Py_INTERPRETERIDOBJECT_H3 4#ifdef __cplusplus5extern "C" {6#endif7 8#ifndef Py_LIMITED_API9# define Py_CPYTHON_INTERPRETERIDOBJECT_H10# include "cpython/interpreteridobject.h"11# undef Py_CPYTHON_INTERPRETERIDOBJECT_H12#endif13 14#ifdef __cplusplus15}16#endif17#endif /* !Py_INTERPRETERIDOBJECT_H */18 