Startup directory
 
 
 

For Python, any script in the startup directory is executed at startup. By default this is config\PythonStartup and is customizable Settings > Preferences > Python. The startup directory is added to the Python import path variable (sys.path). So any script you put there can have functionality imported from it to other scripts.