Home | History | Annotate | Download | only in bin
      1 #!/usr/bin/env python
      2 
      3 #
      4 # command line frontend for cythonize()
      5 #
      6 
      7 from Cython.Build.Cythonize import main
      8 main()
      9