1#!/usr/bin/env python
2
3#
4#   Cython -- Main Program, Unix
5#
6
7from Cython.Compiler.Main import main
8main(command_line = 1)
9