github.com/anuvu/tyk@v2.9.0-beta9-dl-apic+incompatible/coprocess/python/tyk/gateway_wrapper.h (about) 1 #ifndef GATEWAY_WRAPPER_H 2 #define GATEWAY_WRAPPER_H 3 4 #include <Python.h> 5 6 PyMODINIT_FUNC PyInit_gateway_wrapper(void); 7 8 #endif