#!/usr/bin/python

import sys

from a10_octavia.cmd.a10_health_manager import main


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