PathInfo
These last few lines of the script invoked the main(), but only if the script is being run (as opposed to being imported).
main()
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - if __name__ == "__main__": main()