How can I call a ironpython script inside an another script

I am working on a 2D model of a transformer in Ansys Maxwell. I have created multiple IronPython scripts for assigning excitations, defining materials, creating a mesh, creating a simulation setup, etc. I want to call these scripts inside a script which will be my main script. how can I do that? if someone can provide an example that would be great. Also, I someone could suggest a better way to make code modular would be a great help

Answers