1 /* Minimal main program -- everything is loaded from the library. */
5 #define WIN32_LEAN_AND_MEAN
9 HINSTANCE hInstance
, /* handle to current instance */
10 HINSTANCE hPrevInstance
, /* handle to previous instance */
11 LPSTR lpCmdLine
, /* pointer to command line */
12 int nCmdShow
/* show state of window */
15 return Py_Main(__argc
, __argv
);