In Python I often use try-except blocks to except certain conditions. However, unexpected errors could potentially be raised and I can't account for all of them. How would I go about restarting a Python program when it stops running inside of an environment such as Linux?In Python I often use try-except blocks to exce