aboutsummaryrefslogtreecommitdiffstats
path: root/local/theme/Theme.py
blob: a1c565d40487e6389d6c4891504466b608cf7a63 (plain) (blame)
1
2
3
4
5
6
class Theme(object):
	def __init__(self):
		self.msgs = []

	def finalize(self):
		pass

© 2014-2024 Faster IT GmbH | imprint | privacy policy