#!/usr/bin/env python3

#
# command line frontend for cythonize()
#

from Cython.Build.Cythonize import main
main()
