I have more than 10 different string variables defined in a scripting project library. Of course, I can access them individually via library.varName, but if I'm access 10 of them within the same script that gets annoying.
Is there a way to declare that the script should look in that library for variables as well?
I know this is really a general Python question, but not quite sure how to Google this one.