#!/usr/bin/python

import sys
from bpython.cli import main

sys.exit(main())
