from tidal import JOY_CENTRE
from buttons import Buttons

buttons = Buttons()
buttons.on_pressed(JOY_CENTRE, lambda: print("Button pressed!"))