I am trying to import multiple python scripts into one main script where they can all be ran. Currently I am doing
import script1 import script2 import script