We'll need the usual sys module for the
command line arguments and I/O streams, and the regular
expression module re for some parsing.
#================================================================ # Imports #---------------------------------------------------------------- import sys, re
We also need the sidereal package.
import sidereal