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