File: __main__.py

package info (click to toggle)
python-ping3 4.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: python: 590; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 79 bytes parent folder | download
1
2
3
4
from . import command_line

if __name__ == "__main__":
    command_line.main()