The actual code starts with the usual Unix “pound-bang line” that makes the script self-executing. This is followed by a comment pointing the reader at this documentation.
#!/usr/local/bin/python #================================================================ # huey: A color and font selection tool # For documentation, see: # http://www.nmt.edu/tcc/help/lang/python/examples/huey/ims/ #---------------------------------------------------------------- PROGRAM_NAME = "huey" EXTERNAL_VERSION = "1.0"