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