summaryrefslogtreecommitdiff
path: root/bin/cython
blob: 2acad0d0e74b732609493eda83dd6bd7cb0c499e (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python

#
#   Cython -- Main Program, Unix
#

from Cython.Compiler.Main import main
main(command_line = 1)