aravagarwal/CodeCloakPII
0
1#ifndef TREE_SITTER_PYTHON_H_2#define TREE_SITTER_PYTHON_H_3 4typedef struct TSLanguage TSLanguage;5 6#ifdef __cplusplus7extern "C" {8#endif9 10extern const TSLanguage *tree_sitter_python(void);11 12#ifdef __cplusplus13}14#endif15 16#endif // TREE_SITTER_PYTHON_H_17 