Good evening.
I have scriptone.py in folderone and scripttwo.py in foldertwo.
How do I tell scriptone.py to run scripttwo.py from foldertwo
If both scriptone.py and scripttwo.py are in the same folder I can run scripttwo.py with
import scripttwo
But I would really like to run scripttwo.py from foldertwo
Thankyou.