#!/usr/bin/python

import sys

import rapport.cli


sys.exit(rapport.cli.main())
