At the end of a module it is common to include a test block:
if __name__ == '__main__': main()
Note:
decay_mod
__name__
decay_mod.py
__main__