summary refs log tree commit diff stats
path: root/ranger/gui/widgets/__init__.py
blob: 82e592ee660de857cb3fa7643e3b17d13c8fd48f (plain) (blame)
1
2
3
4
5
6
7
from ranger.gui.displayable import Displayable

class Widget(Displayable):
	"""
	The Widget class defines no methods and only exists for
	classification of widgets.
	"""