3 lines
71 B
Python
3 lines
71 B
Python
from ctypes import CDLL
|
|
dll = CDLL('Data/ScreenShot.dll')
|
|
dll.PrScrn()
|