#!/usr/bin/env python

import sys
from logilab.devtools.lgp import run
sys.exit(run(sys.argv[1:]))
