#!/home/mazulo/.virtualenvs/test_pynews/bin/python

from pynews import pynews

if __name__ == '__main__':
    pynews.main()
