Running multiple scripts in sequence

How can I run multiple scripts inside another script? I tried a few approaches for Python such as import filename but haven’t found a method yet.

Hi, see our self test code:

https://github.com/openmv/openmv/blob/master/scripts/examples/99-Tests/unittests.py

Python has an exec method.