Source code for pyramid_mailer.interfaces

from zope.interface import Interface

class IMailer(Interface):
    pass