#! /usr/lib/zope2.13/bin/python

import zope.sendmail.queue

if __name__ == '__main__':
    zope.sendmail.queue.run()
