Current File : //bin/pyrexc
#!/usr/bin/python2.7

#
#   Pyrex -- Main Program, Unix
#

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