Import python module permanently

Version: 8.1.20

This is probably a bit of a noob question but is there a way to permanently import a python module?

I use the operator module as well as the threading module a fair amount and whenever I have a new script in my project library I have to remember to to import those at the top. Is there a reason this might not be a good idea.

Thanks

I don't think there's any supported, non hacky way to do this that would also work on all scripting environments.

So, in a word, no.

1 Like