File: __main__.py

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