mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
17 lines
368 B
Python
17 lines
368 B
Python
from advapi32 import *
|
|
from crypt32 import *
|
|
from cryptui import *
|
|
from dbghelp import *
|
|
from iphlpapi import *
|
|
from kernel32 import *
|
|
from ktmw32 import *
|
|
from ntdll import *
|
|
from ole32 import *
|
|
from oleacc import *
|
|
from psapi import *
|
|
from shell32 import *
|
|
from shlwapi import *
|
|
from user32 import *
|
|
from version import *
|
|
from wevtapi import *
|
|
from wintrust import * |