#!/usr/bin/python
import sys
from projman import commands
commands.PROJMAN.run(sys.argv[1:])
