summaryrefslogtreecommitdiff
path: root/cython.py
blob: c8987bbcfa1b23de3691399f1b793e218bbed4e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
#   Cython -- Main Program, generic
#

if __name__ == '__main__':

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

else:
    # Void cython.* directives.
    from Cython.Shadow import *