I hope this is not too general of a question. After running makepy.py on a type library, how do I use the resulting file? I know how to use win32com.client.Dispatch, and I kinda sort of know how to use CoCreateInstance, QueryInterface, etc. with C++.