These lines at the end of the source file execute the main program, assuming that the file is being run as a script, and not imported.
#================================================================
# Epilogue
#----------------------------------------------------------------
if __name__ == "__main__":
main()