File: __main__.py

package info (click to toggle)
python-userpath 1.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: python: 771; makefile: 21; sh: 16
file content (3 lines) | stat: -rw-r--r-- 58 bytes parent folder | download | duplicates (3)
1
2
3
import sys
from .cli import userpath
sys.exit(userpath())