Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / cython / src / bin / cython
1 #!/usr/bin/env python
2
3 #
4 #   Cython -- Main Program, Unix
5 #
6
7 from Cython.Compiler.Main import main
8 main(command_line = 1)