#!/usr/bin/env python
# coding: utf-8

from feed2maildir.main import main

main()

