debian-jplephem/jplephem/__main__.py

5 lines
90 B
Python

import sys
from .commandline import main
sys.stdout.write(main(sys.argv[1:]))
sys.exit(0)