from kivy.uix.label import Label


class TextableWidget(Label):
	pass
