aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/GUIComponent.py
blob: bcd99d245e86fc32fb9a08e5b09b5d7c993d14ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
class GUIComponent:
	""" GUI component """

	def __init__(self):
		pass
		
	def execBegin(self):
		pass
	
	def execEnd(self):
		pass