#! /usr/bin/env python2

import sys

from hbfagent.agent import main


if __name__ == '__main__':
    sys.exit(main())
