I want to specify a special button so I don\'t have to adjust every button I use, however I want it\'s event to trigger a function in a different class.
main.py
Change the kv to this
: on_release: self.imp.NoInspiration(':)') : id: imp BoxLayout: FancyButton: text: "smiley" imp: root BoxLayout: Important