#!/usr/bin/env python3
import sys
from distutils2.run import main
sys.exit(main())
