blob: 4746e755755ff673f1f78c63197aee7261932579 [file] [log] [blame]
Benjamin Peterson42aa93b2017-12-09 10:26:52 -08001#ifndef Py_INTERNAL_IMPORT_H
2#define Py_INTERNAL_IMPORT_H
3
4extern const char *_Py_CheckHashBasedPycsMode;
5
6#endif