File: __main__.py

package info (click to toggle)
python-qtconsole 4.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,008 kB
  • ctags: 813
  • sloc: python: 5,601; makefile: 186
file content (3 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (5)
1
2
3
if __name__ == '__main__':
    from qtconsole.qtconsoleapp import main
    main()