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