mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-21 10:15:45 +00: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())
|