mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
6 lines
134 B
Python
6 lines
134 B
Python
from utils import *
|
|
|
|
system = System()
|
|
current_process = CurrentProcess()
|
|
|
|
__all__ = ["system", "VirtualProtected", 'current_process'] |