So from a resource stand point, if I were to use a python module to manipulate the states of GPIOs, after my script ends, will the GPIO resource be in anyway reset to default, or will they stay the way I set it in my script? Same for manipulating GPIOs with say some sort of bash command etc. The rea...