3 lines
138 B
Python
3 lines
138 B
Python
# Magic utility that "redirects" to pythoncomxx.dll
|
|
import pywintypes
|
|
pywintypes.__import_pywin32_system_module__("pythoncom", globals())
|