#!/usr/bin/env python

import smtptester.gui as gui
import smtptester.opts as opts

gui.run(opts.parse(interface="gui"))
