PyMODINIT_FUNC PyInit_hello(
void
){
return
PyModule_Create(&hello); };