#!/usr/bin/python

#
# command line frontend for cythonize()
#

from Cython.Build.Cythonize import main
main()
