Next / Previous / Contents / Shipman's homepage

7.10. staticloader Epilogue

The last lines of the script initiate execution of the main program.

staticloader
#================================================================
# Epilogue
#----------------------------------------------------------------

if __name__ == "__main__":
    main()