#!/usr/bin/env python

import sys
from pyr.shell import main

sys.exit(main())
