#!/usr/bin/env python

import sys

import rapport.cli


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