#!/usr/bin/env python
import sys
# wildcard import for auto-registration of the public lgp commands
from logilab.packaging.lgp import *
LGP.run(sys.argv[1:])
