How can I change the image when hovering over the button?
I tried to do it like this, but I get an error
from tkinter import * class SKFButton(Button)