import cv2

a = cv2.imread("./button_img/ww_pushed.png")
cv2.imshow("a", a)
cv2.waitKey()
