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