aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/SubtitleDisplay.py
blob: 80d3bd262dbc24f16ad0f01b0e350f8fac0a2e94 (plain)
1
2
3
4
5
6
7
from Screens.Screen import Screen

class SubtitleDisplay(Screen):
	def __init__(self, session):
		Screen.__init__(self, session)
		
	# not really much to do...