#! /usr/bin/env python2
# -*- coding: utf-8 -*-

import sys

from hbfagent.monitoring import hbf_drops_graphite

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