#!/usr/bin/env python
import sys
from ctypeslib.xml2py import main

if __name__ == "__main__":
    sys.exit(main())
