#!/home/hobs/.virtualenvs/twip/bin/python
# PBR Generated from u'console_scripts'

import sys

from tweetget.cron import cron


if __name__ == "__main__":
    sys.exit(cron())
