1 #!/usr/bin/env python 2 3 import sys 4 5 from Cython.Debugger import Cygdb as cygdb 6 7 if __name__ == '__main__': 8 cygdb.main() 9