File: durview

package info (click to toggle)
durdraw 0.29.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,284 kB
  • sloc: python: 10,234; xml: 330; sh: 6; makefile: 2
file content (14 lines) | stat: -rwxr-xr-x 254 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env python3

# Launches Durview

from durdraw import durview

if __name__ == "__main__":
    #try:
    durview.main()
    #except Exception as e:
    #    print(f"Exception: {e}")
    #    print("Caught exception. Exiting.")
    #    exit(1)