#!/usr/bin/env python

import sys

import pywhich


sys.exit(pywhich.main())
