#!/usr/bin/env python

import sys
from bpython.gtk_ import main

sys.exit(main())
