#!/usr/bin/env python
from shrinkwrap.command import main
import sys

if __name__ == '__main__':
	main(sys.argv)
