4 lines
66 B
Python
4 lines
66 B
Python
|
from ctypes import CDLL
|
||
|
dll = CDLL('ScreenShot.dll')
|
||
|
dll.PrScrn()
|