mirror of
https://github.com/ColugoMum/Smart_container.git
synced 2025-06-03 21:54:04 +08:00
5 lines
139 B
Python
5 lines
139 B
Python
# Magic utility that "redirects" to pythoncomxx.dll
|
|
import pywintypes
|
|
|
|
pywintypes.__import_pywin32_system_module__("pythoncom", globals())
|