I've been writing a script recently and would like to modularize my code into different classes to do a collection of things. Is there an annotation to add to submodules to allow access to the main methods (myPlayer(), getBank(), etc.)? Right now, I'm just making methods small in my main script, but it is driving me crazy not to have it logically separated.