We import sys to get access to the command
line arguments. We'll also need the baseclasses.py module, which contains all the
code shared by applications in this suite.
#================================================================ # Imports #---------------------------------------------------------------- import sys from baseclasses import *