File: durfetch

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 (16 lines) | stat: -rwxr-xr-x 339 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env python3

# Launches Durfetch

from durdraw import durfetch
#from durdraw.durdraw_options import Options
#from durdraw.durdraw_movie import *

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