# Put this in a maya script editor python tab to load external scripts. import sys import maya.cmds as cmds sys.path.append('') import as reload() .run() # <- Not necessary if you don't have a 'run' function in your script.