from zope.interface import Interface

class IEmailNotificationSettings(Interface):
	"""
	Utility to manage email notification settings
	"""
