Next / Previous / Contents / TCC Help System / NM Tech homepage

4.2. Imports

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.

rdaa
#================================================================
# Imports
#----------------------------------------------------------------
import sys, re

We also need the sidereal package.

rdaa
import sidereal