#!/usr/bin/python

import replex.HostAgent

if __name__ == "__main__":
    agent = replex.HostAgent()
    agent.main()

