cosmopolitan/third_party/python/Include/cosmo.h

10 lines
190 B
C
Raw Permalink Normal View History

#ifndef Py_COSMO_H
#define Py_COSMO_H
#include "third_party/python/Include/object.h"
COSMOPOLITAN_C_START_
PyMODINIT_FUNC PyInit_cosmo(void);
COSMOPOLITAN_C_END_
#endif /* !Py_IMPORT_H */