File: __main__.py

package info (click to toggle)
python-qtconsole 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,136 kB
  • sloc: python: 6,983; makefile: 180; sh: 7
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()