#!/usr/bin/env python

import sys
import ansiblereview.__main__

sys.exit(ansiblereview.__main__.main())
