I am trying to restart my main.py after the program has finished running. However, when I go into the last file (unlock.py) then put at the end of the script:
from main import *
main()
I get a circular import error. I am not sure a way to work around this so if anyone knows, your help would be greatly appreciated. If you have any questions, feel free to ask.