File: xdot.py

package info (click to toggle)
xdot 1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 272 kB
  • sloc: python: 2,403; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 58 bytes parent folder | download | duplicates (4)
1
2
3
4
#!/usr/bin/python3
from xdot.__main__ import main

main()