#!/usr/bin/ python

import pynews

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