#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Unity Mail
# Authors: Dmitry Shachnev <mitya57@gmail.com>
#          Robert Tari <robert.tari@gmail.com>
# License: GNU GPL 3 or higher; http://www.gnu.org/licenses/gpl.html

from UnityMail.application import UnityMail

if __name__ == '__main__':

    UnityMail()
