Files
hakril-PythonForWindows/__init__.py
T
2015-03-11 15:51:00 +01:00

6 lines
134 B
Python

from utils import *
system = System()
current_process = CurrentProcess()
__all__ = ["system", "VirtualProtected", 'current_process']