#!python

import sys

from hfeedlib.hfeed_main import main


if __name__ == '__main__':
    sys.exit(main(sys.argv[1:]))
