summaryrefslogtreecommitdiffstats
path: root/src/pycore.h
blob: f3f1c36cb3c8837cd2880d39650b67ec2481dafa (plain)
1
2
3
4
5
6
7
#ifndef _PYCORE_H 
#define _PYCORE_H

void python_init(void);
void python_deinit(void);

#endif