Merge package and compiler repositories.
[cython.git] / cython.py
1 #
2 #   Cython -- Main Program, generic
3 #
4
5 from Cython.Compiler.Main import main
6 main(command_line = 1)