The end of the script triggers execution of the main() function.
#================================================================
# Epilogue
#----------------------------------------------------------------
if __name__ == "__main__":
main()